mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
managen: only output .RE for manpage output
For ascii they are just rubbish. Closes #14025
This commit is contained in:
parent
a571afc02e
commit
c4187ea5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ sub render {
|
|||
}
|
||||
if($tablemode) {
|
||||
# end of table
|
||||
push @desc, ".RE\n.IP\n";
|
||||
push @desc, ".RE\n.IP\n" if($manpage);
|
||||
$tablemode = 0;
|
||||
}
|
||||
$header = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue