diff --git a/scripts/cd2nroff b/scripts/cd2nroff index decaeca0a8..02460cc9da 100755 --- a/scripts/cd2nroff +++ b/scripts/cd2nroff @@ -266,7 +266,7 @@ sub single { if(/^## (.*)/) { my $word = $1; # if there are enclosing quotes, remove them first - $word =~ s/[\"\'](.*)[\"\']\z/$1/; + $word =~ s/[\"\'\`](.*)[\"\'\`]\z/$1/; # enclose in double quotes if there is a space present if($word =~ / /) {