diff options
Diffstat (limited to 'man3/iswgraph.3')
-rw-r--r-- | man3/iswgraph.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/iswgraph.3 b/man3/iswgraph.3 index 9b42c5bd..dfa01561 100644 --- a/man3/iswgraph.3 +++ b/man3/iswgraph.3 @@ -21,7 +21,7 @@ iswgraph \- test for graphic wide character .BI "int iswgraph(wint_t " wc ); .fi .SH DESCRIPTION -The \fBiswgraph\fP function is the wide-character equivalent of the +The \fBiswgraph\fP() function is the wide-character equivalent of the \fBisgraph\fP function. It tests whether \fIwc\fP is a wide character belonging to the wide character class "graph". .PP @@ -41,7 +41,7 @@ The wide character class "graph" contains all the wide characters from the wide character class "print" except the space character. It therefore contains the wide character classes "alnum" and "punct". .SH "RETURN VALUE" -The \fBiswgraph\fP function returns non-zero if \fIwc\fP is a wide character +The \fBiswgraph\fP() function returns non-zero if \fIwc\fP is a wide character belonging to the wide character class "graph". Otherwise it returns zero. .SH "CONFORMING TO" ISO/ANSI C, UNIX98 @@ -49,5 +49,5 @@ ISO/ANSI C, UNIX98 .BR isgraph (3), .BR iswctype (3) .SH NOTES -The behaviour of \fBiswgraph\fP depends on the LC_CTYPE category of the +The behaviour of \fBiswgraph\fP() depends on the LC_CTYPE category of the current locale. |