]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/ctype.3
Libc-1158.1.2.tar.gz
[apple/libc.git] / locale / FreeBSD / ctype.3
index ab993754c130d8078e67168d4cf7e205369fc3f6..aa91313b62e7f127a89a868dfe1c88e6b8e4f1ea 100644 (file)
@@ -9,10 +9,6 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)ctype.3    8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/locale/ctype.3,v 1.15 2004/06/30 20:09:08 ru Exp $
+.\" $FreeBSD: src/lib/libc/locale/ctype.3,v 1.18 2009/09/04 07:44:58 des Exp $
 .\"
 .Dd March 30, 2004
 .Dt CTYPE 3
@@ -115,6 +111,12 @@ They are available as macros, defined in the include file
 .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 ,
@@ -138,7 +140,8 @@ See the specific manual pages for more information.
 .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 ,