[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 18/22: groff_mm(7): Clarify behavior of `B1` and `B2`.
From: |
G. Branden Robinson |
Subject: |
[groff] 18/22: groff_mm(7): Clarify behavior of `B1` and `B2`. |
Date: |
Mon, 10 Jun 2024 21:04:19 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit f2d8756e582590385e625c71be3493a1b5afb300
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jun 10 11:05:50 2024 -0500
groff_mm(7): Clarify behavior of `B1` and `B2`.
mm documentation doesn't use the term "keep".
---
contrib/mm/groff_mm.7.man | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index eca359666..0172a5b7b 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -997,21 +997,25 @@ switch font to bold style.
.
.TP
.B B1
-Begin boxed,
-kept display.
+Begin boxed static display.
.
The text is indented by
.BR 1n ,
and the line length reduced by
.BR 2n .
.
+See
+.BR DS .
+.
This is a GNU extension.
.
.
.TP
.B B2
-End boxed,
-kept display.
+End boxed static display.
+.
+See
+.BR DS .
.
This is a GNU extension.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 18/22: groff_mm(7): Clarify behavior of `B1` and `B2`.,
G. Branden Robinson <=