gbranden pushed a commit to branch master
in repository groff.

commit fa7280fb9a26150b0ae0b6bf41bb38ae4652acfa
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 17 22:21:59 2022 -0600

    doc/meref.me.in: Drop unnecessary initialization.
    
    * doc/meref.me.in: Drop unnecessary initialization parameters from
      document.  The line and title length do not need to be set in troff
      mode; the document lays out fine for a variety of paper formats if
      these are not forced to 6.5 inches.  Also drop redundant
      initialization of `pp` register.
    
    Also adjust dead-tree pagination, noticed in A4 landscape rendering.
---
 ChangeLog       | 8 ++++++++
 doc/meref.me.in | 5 ++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ac2ad201a..997565b42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-11-17  G. Branden Robinson <[email protected]>
+
+       * doc/meref.me.in: Drop unnecessary initialization parameters
+       from document.  The line and title length do not need to be set
+       in troff mode; the document lays out fine for a variety of paper
+       formats if these are not forced to 6.5 inches.  Also drop
+       redundant initialization of `pp` register.
+
 2022-11-17  G. Branden Robinson <[email protected]>
 
        [mdoc]: Fix Savannah #63377.
diff --git a/doc/meref.me.in b/doc/meref.me.in
index 9c3fe2bde..b80609293 100644
--- a/doc/meref.me.in
+++ b/doc/meref.me.in
@@ -34,9 +34,6 @@
 .\" Modified by [email protected] and [email protected] for
 .\" groff.
 .\"UC 7
-.if t .ll 6.5i
-.if t .lt 6.5i
-.nr pp 10
 .nr fi 1n
 .nr sx 0
 .\"pn 0
@@ -2013,6 +2010,8 @@ Vietnamese.
 Preferable \*G alternatives
 are presented alongside them in the following table.
 .sp
+.\" dead-tree pagination
+.ne 2v
 .ta 5n +\w'There exists'u+2n +\w'Usage'u+3n +\w'Example'u+3n \
 +\w'Output'u+3n +\w'groff'u+3n +\w'Output'u+3n
 .nf

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to