onetrueawk / awk

One true awk
Other
1.99k stars 160 forks source link

man page warnings #226

Closed xosevp closed 3 months ago

xosevp commented 5 months ago
$ man --warnings -E UTF-8 -l -Tutf8 -Z awk.1 > /dev/null
troff:<standard input>:15: warning: macro 'CT' not defined
troff:<standard input>:115: warning: cannot select font 'CW'
troff:<standard input>:118: warning: cannot select font 'CW'
troff:<standard input>:147: warning: cannot select font 'CW'
troff:<standard input>:582: warning: cannot select font 'CW'
plan9 commented 5 months ago

hmm, thanks for spotting the missing macro.

arnoldrobbins commented 5 months ago

IMHO, lack of font CW for the UTF-8 case isn't a problem; it's used when generating postscript, and UTF-8 is the equivalent of nroff for terminals / line printers. Just my two cents. :-)