]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strnlen.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / strnlen.3
index 33d84a60f1f256248dec6eb0ebb60614fc82255c..098d44ba6cb55b600a9fd5640738dc8098f4af27 100644 (file)
@@ -15,15 +15,15 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <string.h>
-.PP
+.P
 .BI "size_t strnlen(const char " s [. maxlen "], size_t " maxlen );
 .fi
-.PP
+.P
 .RS -4
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .RE
-.PP
+.P
 .BR strnlen ():
 .nf
     Since glibc 2.10: