aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memmem.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memmem.3')
-rw-r--r--man3/memmem.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/memmem.3 b/man3/memmem.3
index 134dffab09..3b754e3b8c 100644
--- a/man3/memmem.3
+++ b/man3/memmem.3
@@ -18,8 +18,8 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <string.h>
.PP
-.BI "void *memmem(const void *" haystack ", size_t " haystacklen ,
-.BI " const void *" needle ", size_t " needlelen );
+.BI "void *memmem(const void " haystack [. haystacklen "], size_t " haystacklen ,
+.BI " const void " needle [. needlelen "], size_t " needlelen );
.fi
.SH DESCRIPTION
The