]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/wscanf.3.patch
Libc-391.2.3.tar.gz
[apple/libc.git] / stdio / FreeBSD / wscanf.3.patch
1 --- wscanf.3.orig Fri Mar 11 17:09:15 2005
2 +++ wscanf.3 Fri Mar 11 16:43:04 2005
3 @@ -134,6 +134,12 @@
4 when an input character does not match such a format character.
5 Scanning also stops
6 when an input conversion cannot be made (see below).
7 +.Pp
8 +Extended locale versions of these functions are documented in
9 +.Xr wscanf_l 3 .
10 +See
11 +.Xr xlocale 3
12 +for more information.
13 .Sh CONVERSIONS
14 Following the
15 .Cm %
16 @@ -459,7 +465,8 @@
17 .Xr wcstod 3 ,
18 .Xr wcstol 3 ,
19 .Xr wcstoul 3 ,
20 -.Xr wprintf 3
21 +.Xr wprintf 3 ,
22 +.Xr wscanf_l 3
23 .Sh STANDARDS
24 The
25 .Fn fwscanf ,