diff options
Diffstat (limited to 'man3/memmem.3')
-rw-r--r-- | man3/memmem.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man3/memmem.3 b/man3/memmem.3 index b755133a..5f4efb84 100644 --- a/man3/memmem.3 +++ b/man3/memmem.3 @@ -31,13 +31,10 @@ memmem \- locate a substring .SH SYNOPSIS .nf .B #define _GNU_SOURCE -.br .B #include <string.h> .sp .BI "void *memmem(const void *" haystack ", size_t " haystacklen , -.in +\w'void *memmem('u -.BI "const void *" needle ", size_t " needlelen ); -.in +.BI " const void *" needle ", size_t " needlelen ); .fi .SH DESCRIPTION The |