]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/iswalnum.3
Libc-1082.20.4.tar.gz
[apple/libc.git] / locale / FreeBSD / iswalnum.3
index 4aafb25feec59324b002fb343bc2d2d6e6e97537..d501ea9ce49c67844c8431f9dcf37df9fa16faf8 100644 (file)
 .\" 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.
@@ -36,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)isalnum.3  5.2 (Berkeley) 6/29/91
-.\" $FreeBSD: src/lib/libc/locale/iswalnum.3,v 1.5 2002/11/29 17:35:09 ru Exp $
+.\" $FreeBSD: src/lib/libc/locale/iswalnum.3,v 1.6 2007/01/09 00:28:00 imp Exp $
 .\"
 .Dd October 3, 2002
 .Dt ISWALNUM 3
@@ -111,9 +107,15 @@ for use with wide characters
 or
 .Vt wint_t ) .
 See the description for the similarly-named single byte classification
-functions (like
+functions (such as
 .Xr isalnum 3 ) ,
 for details.
+.Pp
+Extended locale versions of these functions are documented in
+.Xr iswalnum_l 3 .
+See
+.Xr xlocale 3
+for more information.
 .Sh RETURN VALUES
 The functions return zero if the character tests false and
 return non-zero if the character tests true.
@@ -136,6 +138,7 @@ return non-zero if the character tests true.
 .Xr isspace 3 ,
 .Xr isspecial 3 ,
 .Xr isupper 3 ,
+.Xr iswalnum_l 3 ,
 .Xr isxdigit 3 ,
 .Xr wctype 3
 .Sh STANDARDS
@@ -147,7 +150,7 @@ except
 .Fn iswideogram ,
 .Fn iswnumber ,
 .Fn iswphonogram ,
-.Fn iswrune
+.Fn iswrune ,
 and
 .Fn iswspecial ,
 which are