]>
Commit | Line | Data |
---|---|---|
1f2f436a A |
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 | |
3d9156a7 A |
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 , | |
1f2f436a | 16 | @@ -134,7 +140,8 @@ See the specific manual pages for more i |
3d9156a7 A |
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 , |