Follow-up Comment #11, bug #51609 (project groff):

Thanks, Werner.  I've fixed the two stragglers.


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]>

diff --git a/contrib/hdtbl/hdtbl.tmac-u b/contrib/hdtbl/hdtbl.tmac-u
index a6b2bf37..822ca6cc 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]"" \


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51609>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


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

Reply via email to