gbranden pushed a commit to branch master
in repository groff.

commit 62368b78e80f30e998d24e5938b59813ab698a4c
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Mar 24 01:26:18 2024 -0500

    tmac/mdoc/doc-nroff: Fix code style nit.
    
    Drop trailing empty comments from string definitions; either all of them
    should get the comments or none should, and it's less churn in this
    commit to just toss them.
---
 tmac/mdoc/doc-nroff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmac/mdoc/doc-nroff b/tmac/mdoc/doc-nroff
index c4d02ee8b..addff8db4 100644
--- a/tmac/mdoc/doc-nroff
+++ b/tmac/mdoc/doc-nroff
@@ -58,13 +58,13 @@
 .ds doc-Ft-font \f[I]
 .ds doc-Ic-font \f[B]
 .ds doc-Li-font \f[B]
-.ds doc-Lk-font \f[R]\"
+.ds doc-Lk-font \f[R]
 .ds doc-Me-font \f[B]
 .ds doc-Mt-font \f[R]
 .ds doc-Nm-font \f[B]
 .ds doc-No-font \f[R]
 .ds doc-Pa-font \f[I]
-.ds doc-Sh-font \f[\*[HF]]\"
+.ds doc-Sh-font \f[\*[HF]]
 .ds doc-Sy-font \f[B]
 .ds doc-Tn-font \f[R]
 .ds doc-Va-font \f[I]

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

Reply via email to