]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/wcstol.3.patch
1108d62d2568ba6879db2b73d0a1837a633c8508
[apple/libc.git] / locale / FreeBSD / wcstol.3.patch
1 --- wcstol.3.orig Fri Mar 11 19:16:13 2005
2 +++ wcstol.3 Fri Mar 11 19:17:53 2005
3 @@ -78,9 +78,16 @@
4 Refer to their manual pages (for example
5 .Xr strtol 3 )
6 for details.
7 +.Pp
8 +Extended locale versions of these functions are documented in
9 +.Xr wcstol_l 3 .
10 +See
11 +.Xr xlocale 3
12 +for more information.
13 .Sh SEE ALSO
14 .Xr strtol 3 ,
15 -.Xr strtoul 3
16 +.Xr strtoul 3 ,
17 +.Xr wcstol_l 3
18 .Sh STANDARDS
19 The
20 .Fn wcstol ,