groff-commit
[Top][All Lists]
Advanced

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

[groff] 20/24: groff_char(7): Fix errors.


From: G. Branden Robinson
Subject: [groff] 20/24: groff_char(7): Fix errors.
Date: Tue, 27 Dec 2022 04:22:45 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 342b4245efcdecc6a532a6ea778a87b4f0ad6d12
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Dec 26 02:07:37 2022 -0600

    groff_char(7): Fix errors.
    
    * \' is translated to \[aa], not \[aq].
    
    * Drop + annotation from \(ha, \(ti.  These were not, in fact,
      documented in CSTR #54 (in either the 1976 nor the 1992 revisions).
      Thanks to Paul Eggert for pointing this out.
---
 man/groff_char.7.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 902b6bcb5..188fb80d3 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -132,7 +132,7 @@ these exist for syntactical or historical reasons.
 and
 .B \e_
 are translated on input to the special character escape sequences
-.BR \e[aq] ,
+.BR \e[aa] ,
 .BR \e[ga] ,
 .BR \e[\-] ,
 and
@@ -970,13 +970,13 @@ L Lf(CR) L Lx.
 \[lB]  \e[lB]  u005B   left square bracket
 \[rs]  \e[rs]  u005C   reverse solidus
 \[rB]  \e[rB]  u005D   right square bracket
-\[ha]  \e[ha]  u005E   circumflex, caret, \[lq]hat\[rq] +
+\[ha]  \e[ha]  u005E   circumflex, caret, \[lq]hat\[rq]
 \[lC]  \e[lC]  u007B   left brace
 |      |       u007C   bar
 \[ba]  \e[ba]  u007C   bar
 \[or]  \e[or]  u007C   bitwise or +
 \[rC]  \e[rC]  u007D   right brace
-\[ti]  \e[ti]  u007E   tilde +
+\[ti]  \e[ti]  u007E   tilde
 .TE
 .
 .



reply via email to

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