groff-commit
[Top][All Lists]
Advanced

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

[groff] 12/16: groff_me(7): Fix error describing ce, rj, ul reqs.


From: G. Branden Robinson
Subject: [groff] 12/16: groff_me(7): Fix error describing ce, rj, ul reqs.
Date: Sun, 10 Sep 2023 15:09:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3a5887aa9476fafc46ee08d6ec5fbf0a8fa7b028
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Sep 6 18:34:44 2023 -0500

    groff_me(7): Fix error describing ce, rj, ul reqs.
    
    * tmac/groff_me.7.man: Fix error in summary of "safe" groff requests;
      `ce`, `rj`, and `ul` count (productive) _input_ lines, not output
      lines.
---
 ChangeLog           | 6 ++++++
 tmac/groff_me.7.man | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00a747de0..f74c08b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-06  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/groff_me.7.man: Fix error in summary of "safe" groff
+       requests; `ce`, `rj`, and `ul` count (productive) _input_
+       lines, not output lines.
+
 2023-09-05  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [libgroff]: Explicitly construct `default_color`.
diff --git a/tmac/groff_me.7.man b/tmac/groff_me.7.man
index f03ab5320..eedcace9a 100644
--- a/tmac/groff_me.7.man
+++ b/tmac/groff_me.7.man
@@ -140,7 +140,7 @@ am  m e     append to macro \fIm\fP until \fIe\fP called
 as     s t     append rest of line \fIt\fP to string \fIs
 bp     n       begin new page numbered \fIn
 br     \&      break output line
-ce     n       center next \fIn\fP output lines
+ce     n       center next \fIn\fP productive input lines
 cp     n       en-/disable AT&T \fItroff\fP compatibility mode\fB*
 de     m e     define macro \fIm\fP until \fIe\fP called
 do     t       interpret input \fIt\fP with compatibility mode off\fB*
@@ -167,7 +167,7 @@ ns  \&      begin no-space mode
 pl     v       set page length to \fIv
 pn     n       set next page number to \fIn
 po     h       set page offset to \fIh
-rj     n       right-align next \fIn\fP output lines\fB*
+rj     n       right-align next \fIn\fP productive input lines\fB*
 rm     m       remove macro, string, or request \fIm
 rn     m n     rename macro, string, or request \fIm\fP to \fIn
 rr     r       remove register \fIr
@@ -180,7 +180,7 @@ tc  c       set tab repetition glyph to \fIc
 ti     h       set temporary indentation (next line only) to \fIh
 tl     \fR.\|.\|.      output three-part title
 tr     \fR.\|.\|.      translate characters
-ul     n       underline next \fIn\fP output lines
+ul     n       underline next \fIn\fP productive input lines
 .TE
 .
 .



reply via email to

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