mirror of
https://github.com/curl/curl.git
synced 2026-07-11 17:47:22 +03:00
cd2nroff: gen: make \> in input to render as plain '>' in output
The same (copy and pasted) fix/mistake as in gen.pl
This commit is contained in:
parent
8d4ff40d7b
commit
d096809394
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ sub single {
|
|||
print STDERR "$f:$line:1:WARN: un-escaped < or > used\n";
|
||||
}
|
||||
# convert backslash-'<' or '> to just the second character
|
||||
$d =~ s/\\([<<])/$1/g;
|
||||
$d =~ s/\\([<>])/$1/g;
|
||||
|
||||
# mentions of curl symbols with man pages use italics by default
|
||||
$d =~ s/((lib|)curl([^ ]*\(3\)))/\\fI$1\\fP/gi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue