From af1b9ede079b484e227214c7baf7f7fb31f282ae Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 2 Jul 2015 14:20:22 +0000 Subject: Reverse commit 2449 - creates Python syntax error git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2597 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/makeman | 1 - 1 file changed, 1 deletion(-) (limited to 'buildtools') 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(""", "'") indoc = indoc.replace(" ", "\\ ") - indoc = indoc.replace("\", "\\\\") # Tables indoc = re.sub(' *]*>.*', ".TS", indoc) indoc = re.sub(" *.*", ".TE", indoc) -- cgit 1.4.1