From: Wayne Davison Date: Sat, 4 Jun 2011 19:53:10 +0000 (-0700) Subject: Don't force \(em in the manpages. Fixes bug 7941. X-Git-Tag: v3.0.9pre1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365124a2144e7bebfe9857bbb070953cac9798b1;p=thirdparty%2Frsync.git Don't force \(em in the manpages. Fixes bug 7941. --- diff --git a/tweak_manpage b/tweak_manpage index f10d2a05..4c55c514 100755 --- a/tweak_manpage +++ b/tweak_manpage @@ -1,19 +1,10 @@ #!/usr/bin/perl -i -p -# Make some hyphens unbreakable. -s{(--\w[-\w]+)}{ $x = $1; $x =~ s/-/\\-/g; $x }eg; -s/(?