tests/scripts: call it 'manpage' (single word)

Mostly in comments

Closes #14216
This commit is contained in:
Daniel Stenberg 2024-07-18 00:11:28 +02:00
parent f504db8928
commit 5eba0a4b37
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 31 additions and 31 deletions

View file

@ -25,7 +25,7 @@
=begin comment
Converts a curldown file to nroff (man page).
Converts a curldown file to nroff (manpage).
=end comment
=cut
@ -394,7 +394,7 @@ sub single {
# convert backslash-'<' or '> to just the second character
$d =~ s/\\([<>])/$1/g;
# mentions of curl symbols with man pages use italics by default
# mentions of curl symbols with manpages use italics by default
$d =~ s/((lib|)curl([^ ]*\(3\)))/\\fI$1\\fP/gi;
# backticked becomes italics