groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 31/38: tmac/mdoc/doc-nroff: Fix code style nit.


From: G. Branden Robinson
Subject: [groff] 31/38: tmac/mdoc/doc-nroff: Fix code style nit.
Date: Sun, 24 Mar 2024 17:00:00 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 62368b78e80f30e998d24e5938b59813ab698a4c
Author: G. Branden Robinson <g.branden.robinson@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]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]