gbranden pushed a commit to branch master
in repository groff.

commit 900aaf4982f23fb00b5e8153e4257c1e7a4cb17e
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Thu Jul 17 11:57:27 2025 -0500

    [mdoc]: Allow troff-mode adjustment in "See also".
    
    * tmac/mdoc/doc-common (Sh): Stop disabling adjustment in troff mode in
      "See also" sections.  That seemed like an odd choice; typically,
      adjustment is uglier in _nroff_ mode, not troff mode.
---
 ChangeLog            | 6 ++++++
 tmac/mdoc/doc-common | 2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e30a691ce..35633ecf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-07-17  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * tmac/mdoc/doc-common (Sh): Stop disabling adjustment in troff
+       mode in "See also" sections.  That seemed like an odd choice;
+       typically, adjustment is uglier in _nroff_ mode, not troff mode.
+
 2025-07-23  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * tmac/mdoc/doc-syms (doc-str-Lb-*): Protect literals from
diff --git a/tmac/mdoc/doc-common b/tmac/mdoc/doc-common
index 3dc197d1e..a8d9ac26b 100644
--- a/tmac/mdoc/doc-common
+++ b/tmac/mdoc/doc-common
@@ -1451,8 +1451,6 @@
 .        nr doc-num-func-args 0
 .      \}
 .      el \{ .ie "\*[doc-sec-head]"\*[doc-section-see-also]" \{\
-.        if t \
-.          na
 .        nr doc-in-see-also-section 1
 .      \}
 .      el \{ .ie "\*[doc-sec-head]"\*[doc-section-files]" \

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to