Package: chktex
Version: 1.6.3-1
Severity: normal
Tags: patch
Hello,
The attached patch escapes some '\' in the man pages.
(Otherwise, some characters are lost)
Kind Regards,
--
Nekral
diff -rauN ../orig/chktex-1.6.3/chktex.1 ./chktex-1.6.3/chktex.1
--- ../orig/chktex-1.6.3/chktex.1 2005-01-01 21:51:11.000000000 +0100
+++ ./chktex-1.6.3/chktex.1 2006-01-25 19:18:01.000000000 +0100
@@ -78,13 +78,13 @@
Backup output file.
.TP
.B "-x --wipeverb"
-Ignore contents of `\verb' commands.
+Ignore contents of `\\verb' commands.
.TP
.B "-g --globalrc"
Read global .chktexrc file.
.TP
.B "-I --inputfiles"
-Execute \input statements.
+Execute \\input statements.
.TP
.B "-H --headererr"
Show errors found in front of \\begin{document}
diff -rauN ../orig/chktex-1.6.3/chkweb.1 ./chktex-1.6.3/chkweb.1
--- ../orig/chktex-1.6.3/chkweb.1 2005-01-01 21:51:11.000000000 +0100
+++ ./chktex-1.6.3/chkweb.1 2006-01-25 19:18:19.000000000 +0100
@@ -71,13 +71,13 @@
Backup output file.
.TP
.B "-x --wipeverb"
-Ignore contents of `\verb' commands.
+Ignore contents of `\\verb' commands.
.TP
.B "-g --globalrc"
Read global .chktexrc file.
.TP
.B "-I --inputfiles"
-Execute \input statements.
+Execute \\input statements.
.TP
.B "-H --headererr"
Show errors found in front of \\begin{document}