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