diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/wscanf.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3 index e552246..addc96e 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 %[ . |