]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/ctype.3.patch
Libc-391.tar.gz
[apple/libc.git] / locale / FreeBSD / ctype.3.patch
CommitLineData
3d9156a7
A
1--- ctype.3.orig Fri Mar 11 18:02:47 2005
2+++ ctype.3 Fri Mar 11 18:03:52 2005
3@@ -115,6 +115,12 @@
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@@ -138,7 +144,8 @@
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 ,