groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 10/22: [man pages]: Don't use \[[oc]q] in code examples.


From: G. Branden Robinson
Subject: [groff] 10/22: [man pages]: Don't use \[[oc]q] in code examples.
Date: Thu, 13 May 2021 05:08:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 1aad65d240ba891c3ff86fd6eba0f540be50a731
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu May 13 08:44:10 2021 +1000

    [man pages]: Don't use \[[oc]q] in code examples.
---
 man/groff_diff.7.man | 2 +-
 man/groff_out.5.man  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 25364ac..a6d0002 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -4108,7 +4108,7 @@ Example:
 .EX
 \&.if t \[rs]{\[rs]
 \&.  de bar
-\&.    nop Hello, I'm \[aq]bar\[aq].
+\&.    nop Hello, I\[aq]m \[aq]bar\[aq].
 \&.  .
 \&.\[rs]}
 .EE
diff --git a/man/groff_out.5.man b/man/groff_out.5.man
index 302171a..68867de 100644
--- a/man/groff_out.5.man
+++ b/man/groff_out.5.man
@@ -1603,11 +1603,11 @@ s10
 .I # initial positioning on the page
 V40
 H0
-.I # write text \[oq]hell\[cq]
+.I # write text \[aq]hell\[aq]
 thell
 .I # inform about a space, and do it by a horizontal jump
 wh24
-.I # write text \[oq]world\[cq]
+.I # write text \[aq]world\[aq]
 tworld
 .I # announce line break, but do nothing because ...
 n40 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]