groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: hdtbl.tmac-u: Fix ignored escape sequence.


From: G. Branden Robinson
Subject: [groff] 01/01: hdtbl.tmac-u: Fix ignored escape sequence.
Date: Wed, 1 Nov 2017 03:19:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5dc52d9d7865955cf3aef71af74fc99110f5e5a5
Author: G. Branden Robinson <address@hidden>
Date:   Wed Nov 1 03:17:07 2017 -0400

    hdtbl.tmac-u: Fix ignored escape sequence.
    
    The escape '\c' removes everything after it, except "\R..." ("info
    groff").
    
    Fixes Savannah #51609.
    
    Signed-off-by: Bjarni Ingi Gislason <address@hidden>
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 contrib/hdtbl/hdtbl.tmac-u | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/hdtbl/hdtbl.tmac-u b/contrib/hdtbl/hdtbl.tmac-u
index 04305f9..a6b2bf3 100644
--- a/contrib/hdtbl/hdtbl.tmac-u
+++ b/contrib/hdtbl/hdtbl.tmac-u
@@ -65,7 +65,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .ds t*cptn "".sp .4" \
             ".t*pv 1.0 1.0" \
             ".ad l" \
-            "\m[\\*[t*fgc]]Table \\n+[t*cptn]:\0\c\k*"\"
+            "\m[\\*[t*fgc]]Table \\n+[t*cptn]:\0\k*\c"\"
 .
 .
 .\" %beginstrip%



reply via email to

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