fix formatting of \ continued shell examples in man pages

doc/git-annex-filter-branch.mdwn and one other file have these, and no
other files have \ at the end of line, so this should be safe
This commit is contained in:
Joey Hess 2023-07-13 19:55:38 -04:00
parent 6a4dfb172d
commit ff118cdfe8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -22,6 +22,7 @@ while (<>) {
s/^Warning:.*mdwn2man.*//g;
s/^$/.PP\n/;
s/^\*\s+(.*)/.IP "$1"/;
s/\\$/\\\\/;
next if $_ eq ".PP\n" && $skippara;
if (/^.IP /) {
$inlist=1;