]> git.saurik.com Git - apple/libc.git/blame_incremental - locale/FreeBSD/ctype.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / ctype.3.patch
... / ...
CommitLineData
1--- ctype.3.orig 2009-11-09 15:05:25.000000000 -0800
2+++ ctype.3 2009-11-09 15:05:26.000000000 -0800
3@@ -111,6 +111,12 @@ They are available as macros, defined in
4 .In ctype.h ,
5 or as true functions in the C library.
6 See the specific manual pages for more information.
7+.Pp
8+Extended locale versions of these functions are documented in
9+.Xr ctype_l 3 .
10+See
11+.Xr xlocale 3
12+for more information.
13 .Sh SEE ALSO
14 .Xr digittoint 3 ,
15 .Xr isalnum 3 ,
16@@ -134,7 +140,8 @@ See the specific manual pages for more i
17 .Xr tolower 3 ,
18 .Xr toupper 3 ,
19 .Xr wctype 3 ,
20-.Xr ascii 7
21+.Xr ascii 7 ,
22+.Xr ctype_l 3
23 .Sh STANDARDS
24 These functions, except for
25 .Fn digittoint ,