gbranden pushed a commit to branch master
in repository groff.

commit b56bf1e6ed378d426ef8d419ca48975e6fdb1a0c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Feb 23 13:56:31 2026 -0600

    groff_mm(7): Clarify [ABDMRV]L and BVL behavior.
    
    All of these interface macros call other interface macros directly.  Say
    so to illuminate the user and to make debugging at high levels (e.g.,
    -rD5) more intelligible.  API macros dump their own argument lists then,
    which could be surprising to a user who wonders why they appear when the
    document doesn't (directly) use them.  This change improves consistency
    with existing documentary practice; see descriptions of `H` and `INDP`.
---
 contrib/mm/groff_mm.7.man | 35 ++++++++++++++++++++++++++++-------
 1 file changed, 28 insertions(+), 7 deletions(-)

diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index deb86cdda..a84aa0e3b 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -779,7 +779,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B AL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -1119,7 +1122,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B BL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -1183,7 +1189,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B BVL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -1306,7 +1315,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B DL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -2863,7 +2875,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B ML
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -3438,7 +3453,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B RL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and
@@ -4121,7 +4139,10 @@ precedes the list itself,
 but does not accumulate with pre-item space
 when this list is nested in another.
 .
-Use
+.B RL
+calls
+.BR LB ;
+use
 .B LI
 to declare list items,
 and

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to