diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
commit | c13182efa3b3d77f2563034c8212c0ca798243ca (patch) | |
tree | e7652b26018b7c22cd6a4e4b41404dfaab911303 /man3/iswblank.3 | |
parent | 4174ff5658082832c2ed511720f18881b3a80a34 (diff) |
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/iswblank.3')
-rw-r--r-- | man3/iswblank.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/iswblank.3 b/man3/iswblank.3 index cf1016ab4..ae150c6d3 100644 --- a/man3/iswblank.3 +++ b/man3/iswblank.3 @@ -22,7 +22,8 @@ iswblank \- test for whitespace wide character .fi .SH DESCRIPTION The \fBiswblank\fP() function is the wide-character equivalent of the -\fBisblank\fP() function. It tests whether \fIwc\fP is a wide character +\fBisblank\fP() function. +It tests whether \fIwc\fP is a wide character belonging to the wide character class "blank". .PP The wide character class "blank" is a subclass of the wide character class @@ -37,7 +38,8 @@ The wide character class "blank" always contains at least the space character and the control character '\\t'. .SH "RETURN VALUE" The \fBiswblank\fP() function returns non-zero if \fIwc\fP is a wide character -belonging to the wide character class "blank". Otherwise it returns zero. +belonging to the wide character class "blank". +Otherwise it returns zero. .SH "CONFORMING TO" This function is a GNU extension. .SH "SEE ALSO" |