[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 08/14: groff_ms(7): Fix code style nits.
From: |
G. Branden Robinson |
Subject: |
[groff] 08/14: groff_ms(7): Fix code style nits. |
Date: |
Wed, 20 Oct 2021 00:52:52 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit f20fbc982849e1e217759cb62872f7100a5a6722
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Oct 20 09:13:00 2021 +1100
groff_ms(7): Fix code style nits.
* Use two empty requests where vertical space is expected.
* Use simply `P` for paragraphing.
* Mark `tbl` as a generic reference in a comment; it doesn't require the
./configured command prefix (or consequent hyphenation suppression)
because the "allbox" option is portable.
---
tmac/groff_ms.7.man | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 471d69c..a425c5b 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -1393,11 +1393,12 @@ to the preprocessor and the format of the
bibliographic database.
.
.
-.PP
+.
+.P
Attempting to place a multi-page table inside a keep can lead to
unpleasant results,
particularly if the
-.I tbl
+.I tbl \" generic
.RB \[lq] allbox \[rq]
option is used.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 08/14: groff_ms(7): Fix code style nits.,
G. Branden Robinson <=