]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iswpunct.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / iswpunct.3
index 64272212d6ae4779d99bf4393be77213502d9033..cf720e891dcf30baea1acb881eae44d9a39324a3 100644 (file)
@@ -22,7 +22,8 @@ iswpunct \- test for punctuation or symbolic wide character
 .fi
 .SH DESCRIPTION
 The \fBiswpunct\fP() function is the wide-character equivalent of the
-\fBispunct\fP() function. It tests whether \fIwc\fP is a wide character
+\fBispunct\fP() function.
+It tests whether \fIwc\fP is a wide character
 belonging to the wide character class "punct".
 .PP
 The wide character class "punct" is a subclass of the wide character class
@@ -40,7 +41,8 @@ Being a subclass of the wide character class "graph", the wide character class
 "blank".
 .SH "RETURN VALUE"
 The \fBiswpunct\fP() function returns non-zero if \fIwc\fP is a wide character
-belonging to the wide character class "punct". Otherwise it returns zero.
+belonging to the wide character class "punct".
+Otherwise it returns zero.
 .SH "CONFORMING TO"
 C99.
 .SH "SEE ALSO"