gbranden pushed a commit to branch master in repository groff. commit 6459060f5dafc8cfb391cdc7b9b3760fe2d3fc2f Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Thu Aug 7 07:56:25 2025 -0500
[man,mdoc]: Fix missing parenthesis in comment. --- tmac/an.tmac | 2 +- tmac/mdoc/doc-common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmac/an.tmac b/tmac/an.tmac index 7634b7478..4b099bd6a 100644 --- a/tmac/an.tmac +++ b/tmac/an.tmac @@ -209,7 +209,7 @@ .\" sequence--we thus keep track of the initial hyphenation mode. .\" .\" So we recover the "page's" preferred hyphenation mode, if expressed -.\" via `HY`, at every paragraph (and (sub)sectioning macro call; and +.\" via `HY`, at every paragraph (and (sub)sectioning) macro call; and .\" recover the user's preferred hyphenation mode at each new document .\" by accepting it as an argument (see the `TH` macro definition). .\" Also see the initialization logic below. diff --git a/tmac/mdoc/doc-common b/tmac/mdoc/doc-common index e2caa80f8..e8a2e0d5e 100644 --- a/tmac/mdoc/doc-common +++ b/tmac/mdoc/doc-common @@ -1198,7 +1198,7 @@ .\" sequence--we thus keep track of the initial hyphenation mode. .\" .\" So we recover the "page's" preferred hyphenation mode, if expressed -.\" via `HY`, at every paragraph (and (sub)sectioning macro call; and +.\" via `HY`, at every paragraph (and (sub)sectioning) macro call; and .\" recover the user's preferred hyphenation mode at each new document .\" by accepting it as an argument (see the `Dd` macro definition). .\" Also see the initialization logic in "tmac/doc.tmac". _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit