]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/strtol.3.patch
Libc-391.4.1.tar.gz
[apple/libc.git] / stdlib / FreeBSD / strtol.3.patch
1 --- strtol.3.orig Fri Mar 11 17:24:07 2005
2 +++ strtol.3 Fri Mar 11 17:25:18 2005
3 @@ -159,6 +159,12 @@
4 is
5 .Ql \e0
6 on return, the entire string was valid.)
7 +.Pp
8 +Extended locale versions of these functions are documented in
9 +.Xr strtol_l 3 .
10 +See
11 +.Xr xlocale 3
12 +for more information.
13 .Sh RETURN VALUES
14 The
15 .Fn strtol ,
16 @@ -203,7 +209,8 @@
17 .Xr atol 3 ,
18 .Xr strtod 3 ,
19 .Xr strtoul 3 ,
20 -.Xr wcstol 3
21 +.Xr wcstol 3 ,
22 +.Xr strtol_l 3
23 .Sh STANDARDS
24 The
25 .Fn strtol