mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:17:15 +03:00
tests/scripts: call it 'manpage' (single word)
Mostly in comments Closes #14216
This commit is contained in:
parent
f504db8928
commit
5eba0a4b37
9 changed files with 31 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue