summaryrefslogtreecommitdiffstats
path: root/man3/iswspace.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswspace.3')
-rw-r--r--man3/iswspace.319
1 files changed, 10 insertions, 9 deletions
diff --git a/man3/iswspace.3 b/man3/iswspace.3
index 684440b79..fce481d26 100644
--- a/man3/iswspace.3
+++ b/man3/iswspace.3
@@ -9,7 +9,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH iswspace 3 2023-02-05 "Linux man-pages 6.03"
+.TH iswspace 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
iswspace \- test for whitespace wide character
.SH LIBRARY
@@ -41,9 +41,10 @@ The wide-character class "space" is disjoint from the wide-character class
.PP
The wide-character class "space" contains the wide-character class "blank".
.PP
-The wide-character class "space" always contains at least the space character
-and the control
-characters \[aq]\ef\[aq], \[aq]\en\[aq], \[aq]\er\[aq], \[aq]\et\[aq], \[aq]\ev\[aq].
+The wide-character class "space"
+always contains at least the space character
+and the control characters
+\[aq]\ef\[aq], \[aq]\en\[aq], \[aq]\er\[aq], \[aq]\et\[aq], and \[aq]\ev\[aq].
.SH RETURN VALUE
The
.BR iswspace ()
@@ -55,22 +56,22 @@ Otherwise, it returns zero.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR iswspace ()
T} Thread safety MT-Safe locale
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C99.
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C99.
.SH NOTES
The behavior of
.BR iswspace ()