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