diff options
Diffstat (limited to 'man/man3/memmem.3')
-rw-r--r-- | man/man3/memmem.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/memmem.3 b/man/man3/memmem.3 index 5dd53cb969..51aca7d29a 100644 --- a/man/man3/memmem.3 +++ b/man/man3/memmem.3 @@ -14,7 +14,7 @@ Standard C library .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include <string.h> .P -.BI "void *memmem(size_t " hsize ", size_t " nsize ; +.BR "void *memmem(" "size_t hsize, size_t nsize;" .BI " const void " haystack [ hsize "], size_t " hsize , .BI " const void " needle [ nsize "], size_t " nsize ); .fi |