summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-09 14:11:37 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-09 14:11:37 +0000
commita9a15f3ea4f8e4aeeecc979fc354773f5d9f6b76 (patch)
tree6fb453f0b490f3a429fb71e00009165feb48392b /lib/libc
parentfd779e01818545ceba6113cdbd4bf274966381c4 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/wscanf.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3
index e552246f322f..addc96e0aad3 100644
--- a/lib/libc/stdio/wscanf.3
+++ b/lib/libc/stdio/wscanf.3
@@ -403,11 +403,11 @@ make it the last character before the final close bracket;
some implementations of
.Fn wscanf
use
-.Dq A-Z
+.Dq Li A-Z
to represent the range of characters between
-.Dq A
+.Ql A
and
-.Dq Z .
+.Ql Z .
The string ends with the appearance of a character not in the
(or, with a circumflex, in) set
or when the field width runs out.
@@ -492,7 +492,7 @@ In addition to the bugs documented in
.Xr scanf 3 ,
.Fn wscanf
does not support the
-.Dq A-Z
+.Dq Li A-Z
notation for specifying character ranges with the character
class conversion
.Pq Sq Cm %[ .