groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/122: refer(1): Fix rendering nits.


From: G. Branden Robinson
Subject: [groff] 07/122: refer(1): Fix rendering nits.
Date: Wed, 11 Nov 2020 02:59:03 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ec5814e2e5c46248c3d49fcabd6e833a1d5094de
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Nov 8 15:03:17 2020 +1100

    refer(1): Fix rendering nits.
    
    * Give .TP a parameter so none of the entries wrap, in a craven
      concession to presentation esthetics.
    * Shorten the option argument metasyntactic variable name to "db-file",
      as the "database" context could not be clearer, and any longer causes
      the ghastly description of -S to overrun a 78n line on terminals.
    * Stop escaping the dash in a metasyntactic variable name.  You _don't_
      copy and paste those.
---
 src/preproc/refer/refer.1.man | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/preproc/refer/refer.1.man b/src/preproc/refer/refer.1.man
index a0e8ff9..7250934 100644
--- a/src/preproc/refer/refer.1.man
+++ b/src/preproc/refer/refer.1.man
@@ -212,7 +212,7 @@ Most options are equivalent to commands
 see subsection \[lq]Commands\[rq] below).
 .
 .
-.TP
+.TP 16n
 .B \-b
 .B "\%no\-label\-in\-text; \%no\-label\-in\-reference"
 .
@@ -304,9 +304,9 @@ see subsection \[lq]Commands\[rq] below).
 .
 .
 .TP
-.BI \-p\~ database\-file
+.BI \-p\~ db-file
 .B database
-.I database-file
+.I db-file
 .
 .
 .TP
@@ -329,7 +329,7 @@ processed as if they were arguments to the
 command instead of in the normal way:
 .
 .
-.TP
+.TP 16n
 .B \-B
 .B "annotate X AP; \%no\-label\-in\-reference"
 .



reply via email to

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