aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcscpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcscpy.3')
-rw-r--r--man3/wcscpy.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/wcscpy.3 b/man3/wcscpy.3
index 8fa4a4e8bb..c96711fdf5 100644
--- a/man3/wcscpy.3
+++ b/man3/wcscpy.3
@@ -20,7 +20,8 @@ wcscpy \- copy a wide-character string
.nf
.B #include <wchar.h>
.PP
-.BI "wchar_t *wcscpy(wchar_t *" dest ", const wchar_t *" src );
+.BI "wchar_t *wcscpy(wchar_t *restrict " dest \
+", const wchar_t *restrict " src );
.fi
.SH DESCRIPTION
The