aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcscpy.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 17:03:19 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 17:03:21 +0100
commitb957f81fddf0d038c365bce226a677de6ceb1bbb (patch)
treefbc19481b5548d067213ca2201a674682a53f192 /man3/wcscpy.3
parent75c018a1d6474ffa1779ac8e8d98ad865c255aee (diff)
downloadman-pages-b957f81fddf0d038c365bce226a677de6ceb1bbb.tar.gz
Many pages: Use \[aq] instead of \(aq
This improves readability in the source code, since it delimits where the escape sequence ends. Cc: наб <nabijaczleweli@nabijaczleweli.xyz> Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com> Cc: Brian Inglis <Brian.Inglis@Shaw.ca> Signed-off-by: Alejandro Colomar <alx@kernel.org>
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