aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcscpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcscpy.3')
-rw-r--r--man3/wcscpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wcscpy.3 b/man3/wcscpy.3
index 32c5a8d3d0..fdaf5550f2 100644
--- a/man3/wcscpy.3
+++ b/man3/wcscpy.3
@@ -31,7 +31,7 @@ of the
function.
It copies the wide-character string pointed to by
.IR src ,
-including the terminating null wide character (L\(aq\e0\(aq),
+including the terminating null wide character (L\[aq]\e0\[aq]),
to the array pointed to by
.IR dest .
.PP