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