aboutsummaryrefslogtreecommitdiffstats
path: root/man7/cgroups.7
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 /man7/cgroups.7
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 'man7/cgroups.7')
-rw-r--r--man7/cgroups.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7
index ea8da680a4..3206bc5d32 100644
--- a/man7/cgroups.7
+++ b/man7/cgroups.7
@@ -770,7 +770,7 @@ or '\-' (to disable a controller), as in the following example:
.IP
.in +4n
.EX
-echo \(aq+pids \-memory\(aq > x/y/cgroup.subtree_control
+echo \[aq]+pids \-memory\[aq] > x/y/cgroup.subtree_control
.EE
.in
.IP