gbranden pushed a commit to branch master
in repository groff.

commit 19a0a27582d9680537641589b47c6214ee74928e
Author: G. Branden Robinson <[email protected]>
Date:   Thu Nov 2 02:53:21 2017 -0400

    hdtbl.tmac-u: Terminate string defs with comment.
    
    Per Werner Lemberg and for consistency with the rest of the package,
    which is otherwise scrupulous about this (80 out of 82 string defs).
    
    String undefs were left alone.
    
    See Savannah #51609 for discussion.
    
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 contrib/hdtbl/hdtbl.tmac-u | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/hdtbl/hdtbl.tmac-u b/contrib/hdtbl/hdtbl.tmac-u
index a6b2bf3..822ca6c 100644
--- a/contrib/hdtbl/hdtbl.tmac-u
+++ b/contrib/hdtbl/hdtbl.tmac-u
@@ -111,8 +111,8 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .  nr t*# +1
 .
 .  \" Save current location for error checking at end
-.  ds t*FN \\[.F]
-.  ds t*LN \\[.c]
+.  ds t*FN \\[.F]\"
+.  ds t*LN \\[.c]\"
 .
 .  t*getarg cols \\$@\"        from here string `args' contains the rest of 
\\$@
 .  ie "\\*[cols]"" \

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

Reply via email to