summaryrefslogtreecommitdiffstats
path: root/man3/strcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcpy.3')
-rw-r--r--man3/strcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index 461b811a5..f593fc26c 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -22,7 +22,7 @@ Standard C library
.nf
.B #include <string.h>
.PP
-.BI "char *strcpy(char *restrict " dest ", const char *" src );
+.BI "char *strcpy(char *restrict " dest ", const char *restrict " src );
.BI "char *strncpy(char *restrict " dest ", const char *restrict " src \
", size_t " n );
.fi