aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memcmp.3')
-rw-r--r--man3/memcmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memcmp.3 b/man3/memcmp.3
index df2d1dd164..d9dfcaea5a 100644
--- a/man3/memcmp.3
+++ b/man3/memcmp.3
@@ -17,7 +17,7 @@ Standard C library
.nf
.B #include <string.h>
.PP
-.BI "int memcmp(const void *" s1 ", const void *" s2 ", size_t " n );
+.BI "int memcmp(const void " s1 [. n "], const void " s2 [. n "], size_t " n );
.fi
.SH DESCRIPTION
The