diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
| commit | d0f17b5722cf0384bfed91effce12b702b1711b8 (patch) | |
| tree | d5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/iswspace.3 | |
| parent | f94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff) | |
| download | man-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz | |
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/iswspace.3')
| -rw-r--r-- | man3/iswspace.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/iswspace.3 b/man3/iswspace.3 index a2b94142db..a1717212f9 100644 --- a/man3/iswspace.3 +++ b/man3/iswspace.3 @@ -24,22 +24,22 @@ iswspace \- test for whitespace wide character The \fBiswspace\fP() function is the wide-character equivalent of the \fBisspace\fP() function. It tests whether \fIwc\fP is a wide character -belonging to the wide character class "space". +belonging to the wide-character class "space". .PP -The wide character class "space" is disjoint from the wide character class +The wide-character class "space" is disjoint from the wide-character class "graph" and therefore also disjoint from its subclasses "alnum", "alpha", "upper", "lower", "digit", "xdigit", "punct". .\" Note: UNIX98 (susv2/xbd/locale.html) says that "space" and "graph" may .\" have characters in common, except U+0020. But C99 (ISO/IEC 9899:1999 .\" section 7.25.2.1.10) says that "space" and "graph" are disjoint. .PP -The wide character class "space" contains the wide character class "blank". +The wide-character class "space" contains the wide-character class "blank". .PP -The wide character class "space" always contains at least the space character +The wide-character class "space" always contains at least the space character and the control characters '\\f', '\\n', '\\r', '\\t', '\\v'. .SH "RETURN VALUE" The \fBiswspace\fP() function returns non-zero if \fIwc\fP is a wide character -belonging to the wide character class "space". +belonging to the wide-character class "space". Otherwise it returns zero. .SH "CONFORMING TO" C99. |
