Clarify that scanf does not use character classes. Fixes bug 12986
authorOndřej Bílka <neleai@seznam.cz>
Mon, 23 Dec 2013 16:44:47 +0000 (17:44 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Mon, 23 Dec 2013 16:54:39 +0000 (17:54 +0100)
commit9878ad46907ac57c49d5f92931845b7c4d37eb03
tree147457832f27b20ca73402eef54c79559051a332
parentfb55fcd21a125fc3bf9cc86330ad66dfc681df66
Clarify that scanf does not use character classes.  Fixes bug 12986

Update documentation to say that scanf ("%[[:alpha:]]", c) does not read
alphabetic characters but is parsed literarily.
manual/stdio.texi