diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 06:54:38 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 06:54:38 +0000 |
commit | e511ffb6bcaa9a584412a95e602435827e302033 (patch) | |
tree | 79a5a572acdc2e97d1ea0640b3a63f567e1a00a8 /man3/iswupper.3 | |
parent | ce9cb96e16485875d545897d73ec8378d6a7cf67 (diff) |
Automated addition of parentheses by add_parens_for_own_funcs.sh
Diffstat (limited to 'man3/iswupper.3')
-rw-r--r-- | man3/iswupper.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/iswupper.3 b/man3/iswupper.3 index fae00f07..1d1d77d0 100644 --- a/man3/iswupper.3 +++ b/man3/iswupper.3 @@ -21,7 +21,7 @@ iswupper \- test for uppercase wide character .BI "int iswupper(wint_t " wc ); .fi .SH DESCRIPTION -The \fBiswupper\fP function is the wide-character equivalent of the +The \fBiswupper\fP() function is the wide-character equivalent of the \fBisupper\fP function. It tests whether \fIwc\fP is a wide character belonging to the wide character class "upper". .PP @@ -48,7 +48,7 @@ which are equal to \fItowupper(wc)\fP and different from \fItowlower(wc)\fP. The wide character class "upper" always contains at least the letters 'A' to 'Z'. .SH "RETURN VALUE" -The \fBiswupper\fP function returns non-zero if \fIwc\fP is a wide character +The \fBiswupper\fP() function returns non-zero if \fIwc\fP is a wide character belonging to the wide character class "upper". Otherwise it returns zero. .SH "CONFORMING TO" ISO/ANSI C, UNIX98 @@ -57,7 +57,7 @@ ISO/ANSI C, UNIX98 .BR iswctype (3), .BR towupper (3) .SH NOTES -The behaviour of \fBiswupper\fP depends on the LC_CTYPE category of the +The behaviour of \fBiswupper\fP() depends on the LC_CTYPE category of the current locale. .PP This function is not very appropriate for dealing with Unicode characters, |