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.1.0pre1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810dc9fc2ae375a52abd4a4e0027311fdf3046a6;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/(?