aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stpcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/stpcpy.3')
-rw-r--r--man3/stpcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3
index 3075b12866..c8dea16564 100644
--- a/man3/stpcpy.3
+++ b/man3/stpcpy.3
@@ -37,7 +37,7 @@ stpcpy \- copy a string returning a pointer to its end
The
.BR stpcpy ()
function copies the string pointed to by \fIsrc\fP
-(including the terminating \'\\0\' character) to the array pointed to by
+(including the terminating \(aq\\0\(aq character) to the array pointed to by
\fIdest\fP.
The strings may not overlap, and the destination string
\fIdest\fP must be large enough to receive the copy.