aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/stpcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3
index 448b539559..e978dfb3e7 100644
--- a/man3/stpcpy.3
+++ b/man3/stpcpy.3
@@ -29,7 +29,7 @@ stpcpy \- copy a string returning a pointer to its end
.nf
.B #include <string.h>
.PP
-.BI "char *stpcpy(char *" dest ", const char *" src );
+.BI "char *stpcpy(char *restrict " dest ", const char *restrict " src );
.fi
.PP
.RS -4