From: Wayne Davison Date: Tue, 14 Nov 2006 07:54:26 +0000 (+0000) Subject: Added: also tweak single-/double-quotes and em-dashes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/39411fa876bb23ad9ba9b05c5b62912dc6d3108a Added: also tweak single-/double-quotes and em-dashes. --- diff --git a/tweak_manpage b/tweak_manpage index a713d02b..f10d2a05 100755 --- a/tweak_manpage +++ b/tweak_manpage @@ -1,4 +1,6 @@ #!/usr/bin/perl -i -p + +# Make some hyphens unbreakable. s{(--\w[-\w]+)}{ $x = $1; $x =~ s/-/\\-/g; $x }eg; s/(?