summaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:04:52 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:04:52 +0100
commitf29fc8dcf0da15a596a7cdc7e5a0b2932100b522 (patch)
treeac5b1b0f6e214188470995d45b9a9794a37d3309 /man8
parenta2b262a2ae780715538f25ca390f29ba97a488ca (diff)
Various pages: Use \[rq] instead of \(rq
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man8')
-rw-r--r--man8/zdump.84
-rw-r--r--man8/zic.84
2 files changed, 4 insertions, 4 deletions
diff --git a/man8/zdump.8 b/man8/zdump.8
index f77a6d194..27d8310ca 100644
--- a/man8/zdump.8
+++ b/man8/zdump.8
@@ -15,8 +15,8 @@ zdump \- timezone dumper
.SH DESCRIPTION
.ie '\[lq]'' .ds lq \&"\"
.el .ds lq \[lq]\"
-.ie '\(rq'' .ds rq \&"\"
-.el .ds rq \(rq\"
+.ie '\[rq]'' .ds rq \&"\"
+.el .ds rq \[rq]\"
.de q
\\$3\*(lq\\$1\*(rq\\$2
..
diff --git a/man8/zic.8 b/man8/zic.8
index a1955f7f3..99e28f50e 100644
--- a/man8/zic.8
+++ b/man8/zic.8
@@ -15,8 +15,8 @@ zic \- timezone compiler
.SH DESCRIPTION
.ie '\[lq]'' .ds lq \&"\"
.el .ds lq \[lq]\"
-.ie '\(rq'' .ds rq \&"\"
-.el .ds rq \(rq\"
+.ie '\[rq]'' .ds rq \&"\"
+.el .ds rq \[rq]\"
.de q
\\$3\*(lq\\$1\*(rq\\$2
..