]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Escape backslashes so tr's manual comes out right.
authorJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 11:02:39 +0000 (11:02 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 11:02:39 +0000 (11:02 +0000)
Reported by Andreas Schwab.

man/help2man

index 689d1acc2e6de6180b04bf6a8af97ae2e7810e3c..467391ae48471154fb7027ecb5cd4326db22c4ab 100755 (executable)
@@ -285,6 +285,8 @@ for (@help)
        $break = '';
     }
 
+    s/\\/\\\\/g;
+
     my $output = '';
     while (length)
     {