aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/memmove.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/memmove.3')
-rw-r--r--man/man3/memmove.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/memmove.3 b/man/man3/memmove.3
index 594342a6a2..1b108320e4 100644
--- a/man/man3/memmove.3
+++ b/man/man3/memmove.3
@@ -18,7 +18,8 @@ Standard C library
.nf
.B #include <string.h>
.P
-.BI "void *memmove(void " dest [. n "], const void " src [. n "], size_t " n );
+.BI "void *memmove(size_t " n ;
+.BI " void " dest [ n "], const void " src [ n "], size_t " n );
.fi
.SH DESCRIPTION
The