summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-12-25 01:46:04 +1100
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-12-25 16:29:53 +1100
commit9ff0d8f2444e01bbff4bf63785a0949da9039029 (patch)
tree7ed94fe0a896d375f9611f107d7173ba1e0afa2c
parent2e8c2ef4cd9107760834ce18c5ef3d7935c36e89 (diff)
downloadgroff-git-9ff0d8f2444e01bbff4bf63785a0949da9039029.tar.gz
[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.]
-rw-r--r--doc/meintro.me.in4
-rw-r--r--doc/meintro_fr.me.in4
-rw-r--r--doc/meref.me.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/meintro.me.in b/doc/meintro.me.in
index ef1493e2d..10af45a84 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 5b95a14d3..fd72f5868 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 d1f9a0fe3..1f5329ddb 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