OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / iswctype.3
index 0a885b6..cba6cdf 100644 (file)
@@ -13,7 +13,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH ISWCTYPE 3  1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH ISWCTYPE 3  2014-02-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswctype \- wide-character classification
 .SH SYNOPSIS
@@ -23,18 +23,25 @@ iswctype \- wide-character classification
 .BI "int iswctype(wint_t " wc ", wctype_t " desc );
 .fi
 .SH DESCRIPTION
-If \fIwc\fP is a wide character having the character property designated by
-\fIdesc\fP (or in other words: belongs to the character class designated by
-\fIdesc\fP), the
+If
+.I wc
+is a wide character having the character property designated by
+.I desc
+(or in other words: belongs to the character class designated by
+.IR desc ),
+the
 .BR iswctype ()
 function returns nonzero.
-Otherwise it
+Otherwise, it
 returns zero.
-If \fIwc\fP is
+If
+.I wc
+is
 .BR WEOF ,
 zero is returned.
 .PP
-\fIdesc\fP must be a character property descriptor
+.I desc
+must be a character property descriptor
 returned by the
 .BR wctype (3)
 function.
@@ -42,9 +49,16 @@ function.
 The
 .BR iswctype ()
 function returns nonzero if
-the \fIwc\fP has the designated
+the
+.I wc
+has the designated
 property.
-Otherwise it returns 0.
+Otherwise, it returns 0.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR iswctype ()
+function is thread-safe.
 .SH CONFORMING TO
 C99.
 .SH NOTES
@@ -68,3 +82,12 @@ current locale.
 .BR iswupper (3),
 .BR iswxdigit (3),
 .BR wctype (3)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.