]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iswctype.3
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man3 / iswctype.3
index 913c4613aa3ca5fc72a1c5f5b531bd5f5ba049f9..ab4ec45a97a4189d981e2a1f0878346d42779be4 100644 (file)
@@ -23,13 +23,13 @@ iswctype \- wide character classification
 .SH DESCRIPTION
 If \fIwc\fP is a wide character having the character property designated by
 \fIdesc\fP (or in other words: belongs to the character class designated by
-\fIdesc\fP), the \fBiswctype\fP function returns non-zero. Otherwise it
+\fIdesc\fP), the \fBiswctype\fP() function returns non-zero. Otherwise it
 returns zero. If \fIwc\fP is WEOF, zero is returned.
 .PP
 \fIdesc\fP must be a character property descriptor returned by the \fBwctype\fP
 function.
 .SH "RETURN VALUE"
-The \fBiswctype\fP function returns non-zero if the \fIwc\fP has the designated
+The \fBiswctype\fP() function returns non-zero if the \fIwc\fP has the designated
 property. Otherwise it returns 0.
 .SH "CONFORMING TO"
 ISO/ANSI C, UNIX98
@@ -48,5 +48,5 @@ ISO/ANSI C, UNIX98
 .BR iswxdigit (3),
 .BR wctype (3)
 .SH NOTES
-The behaviour of \fBiswctype\fP depends on the LC_CTYPE category of the
+The behaviour of \fBiswctype\fP() depends on the LC_CTYPE category of the
 current locale.