groff-commit
[Top][All Lists]
Advanced

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

[groff] 17/33: [me]: Fix markup nit in docs.


From: G. Branden Robinson
Subject: [groff] 17/33: [me]: Fix markup nit in docs.
Date: Thu, 30 Dec 2021 00:46:48 -0500 (EST)

gbranden pushed a commit to branch temp-mail-fail
in repository groff.

commit 88e3849a2368af985c7fd3940a524748d5794349
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Dec 25 01:46:04 2021 +1100

    [me]: Fix markup nit in docs.
    
    Set line and title line lengths only in troff mode; in nroff mode, using
    the terminal output device's settings is fine.
    
    [This frees us up to do a few things: (1) make me(7) accommodating of
    command-line parameterization with the -r and -d options; (2) add
    registers for the line and title line lengths so they can be configured
    thus; (3) enhance grotty(1) to query the terminal for its width and
    determine the line and title line lengths based on that information.]
---
 doc/meintro.me.in    | 4 ++--
 doc/meintro_fr.me.in | 4 ++--
 doc/meref.me.in      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/meintro.me.in b/doc/meintro.me.in
index ef1493e2..10af45a8 100644
--- a/doc/meintro.me.in
+++ b/doc/meintro.me.in
@@ -35,8 +35,8 @@
 .\"
 .\" Modified for groff by jjc@jclark.com.
 .\"UC 7
-.ll 6.5i
-.lt 6.5i
+.if t .ll 6.5i
+.if t .lt 6.5i
 .nr $x 0
 .ds MO @VERSION@
 .nr si 3n
diff --git a/doc/meintro_fr.me.in b/doc/meintro_fr.me.in
index 5b95a14d..fd72f586 100644
--- a/doc/meintro_fr.me.in
+++ b/doc/meintro_fr.me.in
@@ -37,8 +37,8 @@
 .\"
 .\" Translated to French by Grégoire Babey <gibux@gmx.ch>
 .\"UC 7
-.ll 6.5i
-.lt 6.5i
+.if t .ll 6.5i
+.if t .lt 6.5i
 .nr $x 0
 .ds MO @VERSION@
 .nr si 3n
diff --git a/doc/meref.me.in b/doc/meref.me.in
index d1f9a0fe..1f5329dd 100644
--- a/doc/meref.me.in
+++ b/doc/meref.me.in
@@ -34,8 +34,8 @@
 .\" Modified by jjc@jclark.com and g.branden.robinson@gmail.com for
 .\" groff.
 .\"UC 7
-.ll 6.5i
-.lt 6.5i
+.if t .ll 6.5i
+.if t .lt 6.5i
 .nr pp 10
 .nr fi 1n
 .nr $x 0



reply via email to

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