about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-02 14:24:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-02 14:24:48 +0000
commit3570ac0465e240fa43670f7d3f7be585d6366f9a (patch)
treedce0571aaf5744f131b98ec85217ea7c5adf03ab /buildtools
parent620ecbee2ed1cb478e0289722d86dd72717f1cb8 (diff)
downloadnetpbm-mirror-3570ac0465e240fa43670f7d3f7be585d6366f9a.tar.gz
netpbm-mirror-3570ac0465e240fa43670f7d3f7be585d6366f9a.tar.xz
netpbm-mirror-3570ac0465e240fa43670f7d3f7be585d6366f9a.zip
Release 10.71.01
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2598 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/makeman1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/makeman b/buildtools/makeman
index 9b2653bf..94ee2172 100755
--- a/buildtools/makeman
+++ b/buildtools/makeman
@@ -208,7 +208,6 @@ def makeman(name, file, indoc):
     # Special characters
     indoc = indoc.replace("&quot;", "'")
     indoc = indoc.replace("&nbsp;", "\\ ")
-    indoc = indoc.replace("\", "\\\\")
     # Tables
     indoc = re.sub(' *<table[^>]*>.*', ".TS", indoc)
     indoc = re.sub(" *</table>.*", ".TE", indoc)