gbranden pushed a commit to branch master
in repository groff.
commit 98e470096f2bc72120de82678a424f273c41477e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Dec 18 15:09:41 2022 -0600
groff_mdoc(7): Clarify .Bt, .Ud descriptions.
Migrate to the arrow notation I introduced so it's more clear that the
page isn't simply corrupted.
---
tmac/groff_mdoc.7.man | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/tmac/groff_mdoc.7.man b/tmac/groff_mdoc.7.man
index a31bebd45..a2cee9c37 100644
--- a/tmac/groff_mdoc.7.man
+++ b/tmac/groff_mdoc.7.man
@@ -4607,9 +4607,13 @@ and include a specimen with its provenance.
.It Li .Bt
formats boilerplate text.
.
-.Bd -ragged -offset indent
+.\" XXX: .Bt get parsed (and measured) even _with_ a leading dot. Is
+.\" that documented?
+.Bl -tag -width \&.Bt -offset indent
+.It Li .Bt
+\[->]
.Bt
-.Ed
+.El
.
.
.Pp
@@ -4729,15 +4733,19 @@ toggles argument-spacing mode.
.
.Pp
Its default width is 8n.
-.\" The package demands it, but how is that meaningful?
+.\" XXX: The package demands it, but how is that meaningful?
.
.
.It Li .Ud
formats boilerplate text.
.
-.Bd -ragged -offset indent
+.\" XXX: .Ud get parsed (and measured) even _with_ a leading dot. Is
+.\" that documented?
+.Bl -tag -width \&.Ud -offset indent
+.It Li .Ud
+\[->]
.Ud
-.Ed
+.El
.
.
.Pp
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit