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