gbranden pushed a commit to branch master
in repository groff.

commit 1ad74f468e5f8a1a868cbe4c711462a3a6ada41d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Sep 9 04:36:04 2022 -0500

    tmac/doc.tmac (doc-tag-list): Fix code style nit.
    
    * tmac/doc.tmac (doc-tag-list): Fix code style nit: don't give `ad`
      request a numeric argument.  Say `l` instead of `0`.
---
 ChangeLog     | 5 +++++
 tmac/doc.tmac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 02ec94045..6e4f6d26b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-09  G. Branden Robinson <[email protected]>
+
+       * tmac/doc.tmac (doc-tag-list): Fix code style nit: don't give
+       `ad` request a numeric argument.  Say `l` instead of `0`.
+
 2022-09-08  G. Branden Robinson <[email protected]>
 
        [mdoc]: Align inter-paragraph spacing with man(7).
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index f91febee9..8514e1c9c 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -4156,7 +4156,7 @@
 .  ev doc-env-dtl
 .  evc 0
 .  fi
-.  ad 0
+.  ad l
 .  in 0
 .  doc-item-box\n[doc-list-depth]
 .  br

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

Reply via email to