groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/10: groff(7): Fix error in \d, \r, \u descriptions.


From: G. Branden Robinson
Subject: [groff] 01/10: groff(7): Fix error in \d, \r, \u descriptions.
Date: Fri, 21 May 2021 03:28:42 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c6a01c81aec6b0fa8fececc670ea4c553e8ab651
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu May 20 18:47:37 2021 +1000

    groff(7): Fix error in \d, \r, \u descriptions.
    
    * man/groff.7.man (Escape Sequences/Escape short reference): Fix errors
      in descriptions of \d, \r, \u escapes; they move in vees, not ems.
    
    Fixes <https://savannah.gnu.org/bugs/?60602>.
---
 ChangeLog       |  8 ++++++++
 man/groff.7.man | 18 +++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 17b99bc..c98cd64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2021-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * man/groff.7.man (Escape Sequences/Escape short reference): Fix
+       errors in descriptions of \d, \r, \u escapes; they move in vees,
+       not ems.
+
+       Fixes <https://savannah.gnu.org/bugs/?60602>.
+
+2021-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * tmac/an-old.tmac (an-header): Fix missing brace escape.
 
 2021-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
diff --git a/man/groff.7.man b/man/groff.7.man
index c318b69..71c5887 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3373,9 +3373,13 @@ same as
 .esc[] "" glyph ,
 but compatible to other roff versions.
 .
+.
 .TP
 .ESC d
-Forward (down) 1/2 em (1/2 line in nroff).
+Move downward \[12]\~vee
+(\[12]\~line in
+.IR nroff ).
+.
 .
 .TP
 .ESCq D charseq
@@ -3590,9 +3594,13 @@ Mainly for internal use.
 .ESC p
 Break output line at next word boundary; adjust if applicable.
 .
+.
 .TP
 .ESC r
-Reverse 1\ em vertical motion (reverse line in nroff).
+Move \[lq]in reverse\[rq] (upward) 1\~vee
+(reverse linefeed in
+.IR nroff ).
+.
 .
 .TP
 .ESCq R "name\~\[+-]n"
@@ -3667,9 +3675,13 @@ degrees.
 .ESC t
 Non-interpreted horizontal tab.
 .
+.
 .TP
 .ESC u
-Reverse (up) 1/2 em vertical motion (1/2 line in nroff).
+Move upward \[12]\~vee
+(\[12]\~line in
+.IR nroff ).
+.
 .
 .TP
 .ESCq v N



reply via email to

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