]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/memmem.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / memmem.3
index e1fe3b43c9269bab5323b7668f6fbfcf0f05d35c..a807412b0135035b50d7bd9f5b2febe35fb66dc9 100644 (file)
@@ -18,7 +18,7 @@ Standard C library
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <string.h>
-.PP
+.P
 .BI "void *memmem(const void " haystack [. haystacklen "], size_t " haystacklen ,
 .BI "             const void " needle [. needlelen "], size_t " needlelen  );
 .fi