From ff118cdfe8d9b71c2bc0f04b70e219a7ea9bfd24 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Jul 2023 19:55:38 -0400 Subject: [PATCH] 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 --- Build/mdwn2man | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/mdwn2man b/Build/mdwn2man index 38c0f4ba92..1eb0246a7d 100755 --- a/Build/mdwn2man +++ b/Build/mdwn2man @@ -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; -- 2.30.2