]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/memmem.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / memmem.3
index 6cb4d5522021c6f09201b1e17898c79831524673..8c258d87fb4c7f7ab221e671fee8871ff49a44ee 100644 (file)
@@ -34,7 +34,7 @@ memmem \- locate a substring
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <string.h>
-.sp
+.PP
 .BI "void *memmem(const void *" haystack ", size_t " haystacklen ,
 .BI "             const void *" needle ", size_t " needlelen  );
 .fi