gbranden pushed a commit to branch master
in repository groff.
commit 50240f64265e89e2822e5e7ddcb59fb606add242
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 4 20:10:40 2024 -0500
groff_mm(7): Fix terminology clash.
The "type" used to describe the first argument to the `AL` macro is not
the "type" used by the `LB` macro that `AL` then calls.
AL's first argument is a register format (see the `af` request), and
LB's "type" determines how that number is decorated (with brackets, a
trailing dot, and so forth).
---
contrib/mm/groff_mm.7.man | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index 4869d13db..aa03ca9e7 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -717,17 +717,17 @@ and
.
.TP
.BR AL \~[\c
-.IR type \~[ text-indent \~[\c
+.IR number-format \~[ text-indent \~[\c
.BR 1 ]]]
Begin an auto-incrementing numbered list.
.
Item numbers start at one.
.
-The
-.I type
-argument assigns the register format
+.I number-format
+assigns the register format
(see above)
-of the list item enumerators.
+.I mm
+uses for the list item enumerators.
.
The default
.RB is\~ 1 .
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit