gbranden pushed a commit to branch temp-mail-fail
in repository groff.
commit 88e3849a2368af985c7fd3940a524748d5794349
Author: G. Branden Robinson <[email protected]>
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 [email protected].
.\"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 <[email protected]>
.\"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 [email protected] and [email protected] 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit