]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iswcntrl.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / iswcntrl.3
index 5bcda283a88a846c8282abc7aa291cb318e45f64..3478088ca60b7d0c5d05a7dcb68cca9b39807308 100644 (file)
@@ -18,7 +18,7 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>
-.PP
+.P
 .BI "int iswcntrl(wint_t " wc );
 .fi
 .SH DESCRIPTION
@@ -31,11 +31,11 @@ It tests whether
 .I wc
 is a wide character
 belonging to the wide-character class "cntrl".
-.PP
+.P
 The wide-character class "cntrl" is disjoint from the wide-character class
 "print" and therefore also disjoint from its subclasses "graph", "alpha",
 "upper", "lower", "digit", "xdigit", "punct".
-.PP
+.P
 For an unsigned char
 .IR c ,
 .I iscntrl(c)