bug-groff
[Top][All Lists]
Advanced

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

[bug #51609] [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug


From: G. Branden Robinson
Subject: [bug #51609] [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug
Date: Thu, 2 Nov 2017 03:03:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

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


commit 19a0a27582d9680537641589b47c6214ee74928e
Author: G. Branden Robinson <address@hidden>
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 <address@hidden>

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 address@hidden"        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/




reply via email to

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