gbranden pushed a commit to branch master
in repository groff.

commit 5dc52d9d7865955cf3aef71af74fc99110f5e5a5
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 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%

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

Reply via email to