summaryrefslogtreecommitdiffstats
path: root/man8
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 /man8
parent75c018a1d6474ffa1779ac8e8d98ad865c255aee (diff)
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 'man8')
-rw-r--r--man8/ld.so.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 846a34b85..9c2ec807d 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -144,7 +144,7 @@ could be compiled with
.IP
.in +4n
.EX
-gcc \-Wl,\-rpath,\(aq$ORIGIN/../lib\(aq
+gcc \-Wl,\-rpath,\[aq]$ORIGIN/../lib\[aq]
.EE
.in
.IP
@@ -388,7 +388,7 @@ subdirectory below the directory containing the program to be executed:
.IP
.in +4n
.EX
-$ \fBLD_LIBRARY_PATH=\(aq$ORIGIN/$LIB\(aq prog\fP
+$ \fBLD_LIBRARY_PATH=\[aq]$ORIGIN/$LIB\[aq] prog\fP
.EE
.in
.IP