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/iswlower.3 | |
parent | 4174ff5658082832c2ed511720f18881b3a80a34 (diff) |
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/iswlower.3')
-rw-r--r-- | man3/iswlower.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/iswlower.3 b/man3/iswlower.3 index 8fc71f3f5..ac871ec5e 100644 --- a/man3/iswlower.3 +++ b/man3/iswlower.3 @@ -22,7 +22,8 @@ iswlower \- test for lowercase wide character .fi .SH DESCRIPTION The \fBiswlower\fP() function is the wide-character equivalent of the -\fBislower\fP() function. It tests whether \fIwc\fP is a wide character +\fBislower\fP() function. +It tests whether \fIwc\fP is a wide character belonging to the wide character class "lower". .PP The wide character class "lower" is a subclass of the wide character class @@ -49,7 +50,8 @@ The wide character class "lower" always contains at least the letters 'a' to 'z'. .SH "RETURN VALUE" The \fBiswlower\fP() function returns non-zero if \fIwc\fP is a wide character -belonging to the wide character class "lower". Otherwise it returns zero. +belonging to the wide character class "lower". +Otherwise it returns zero. .SH "CONFORMING TO" C99. .SH "SEE ALSO" |