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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/810dc9fc2ae375a52abd4a4e0027311fdf3046a6 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/(?