ctype.3.patch   [plain text]


--- ctype.3.orig	2009-11-09 15:05:25.000000000 -0800
+++ ctype.3	2009-11-09 15:05:26.000000000 -0800
@@ -111,6 +111,12 @@ They are available as macros, defined in
 .In ctype.h ,
 or as true functions in the C library.
 See the specific manual pages for more information.
+.Pp
+Extended locale versions of these functions are documented in
+.Xr ctype_l 3 .
+See
+.Xr xlocale 3
+for more information.
 .Sh SEE ALSO
 .Xr digittoint 3 ,
 .Xr isalnum 3 ,
@@ -134,7 +140,8 @@ See the specific manual pages for more i
 .Xr tolower 3 ,
 .Xr toupper 3 ,
 .Xr wctype 3 ,
-.Xr ascii 7
+.Xr ascii 7 ,
+.Xr ctype_l 3
 .Sh STANDARDS
 These functions, except for
 .Fn digittoint ,