]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iswspace.3
fseeko.3: srcfix
[thirdparty/man-pages.git] / man3 / iswspace.3
index 8a38c2885ab7fdbc88cf28d9b4fb841338d2e9be..49273cdd15f5a37223c217d73dc121ac9cbadaf4 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH ISWSPACE 3  1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH ISWSPACE 3  2015-08-08 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswspace \- test for whitespace wide character
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>
-.sp
+.PP
 .BI "int iswspace(wint_t " wc );
 .fi
 .SH DESCRIPTION
@@ -28,7 +28,9 @@ The
 function is the wide-character equivalent of the
 .BR isspace (3)
 function.
-It tests whether \fIwc\fP is a wide character
+It tests whether
+.I wc
+is a wide character
 belonging to the wide-character class "space".
 .PP
 The wide-character class "space" is disjoint from the wide-character class
@@ -46,11 +48,25 @@ characters \(aq\\f\(aq, \(aq\\n\(aq, \(aq\\r\(aq, \(aq\\t\(aq, \(aq\\v\(aq.
 .SH RETURN VALUE
 The
 .BR iswspace ()
-function returns nonzero if \fIwc\fP is a wide character
+function returns nonzero if
+.I wc
+is a wide character
 belonging to the wide-character class "space".
-Otherwise it returns zero.
+Otherwise, it returns zero.
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lb lb lb
+l l l.
+Interface      Attribute       Value
+T{
+.BR iswspace ()
+T}     Thread safety   MT-Safe locale
+.TE
 .SH CONFORMING TO
-C99.
+POSIX.1-2001, POSIX.1-2008, C99.
 .SH NOTES
 The behavior of
 .BR iswspace ()