mvertes / txt2man

txt2man converts text to man page
GNU General Public License v2.0
57 stars 10 forks source link

Titles of manuals are often mixed up with gawk's warning messages #23

Closed ldorau closed 4 years ago

ldorau commented 4 years ago

Titles of manuals (printed out to stderr) are often mixed up with gawk's warning messages, which are also printed out to stderr:

gawk: manual.3cmd. line:58:
warning: regexp escape sequence `\o' is not a known regexp operator

instead of:

gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
manual.3