aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/wcsncpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/wcsncpy.3')
-rw-r--r--man/man3/wcsncpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/wcsncpy.3 b/man/man3/wcsncpy.3
index 94c0104455..151251583c 100644
--- a/man/man3/wcsncpy.3
+++ b/man/man3/wcsncpy.3
@@ -20,7 +20,7 @@ Standard C library
.B #include <wchar.h>
.P
.BI "wchar_t *wcsncpy(wchar_t " dest "[restrict ." n ],
-.BI " const wchar_t " src "[restrict ." n ],
+.BI " const wchar_t *restrict " src ,
.BI " size_t " n );
.fi
.SH DESCRIPTION