March 17, 2024
11:43 a.m.
Hi Paul, I've been looking at tz.git to fix some indentation issues, and saw this warning in one page: $ man ./zic.8 troff:<standard input>:357: warning: unbalanced 'el' request $ type man man is a function man () { if command man "$@"; then command man --warnings=w "$@" > /dev/null; fi } Have a lovely day! Alex -- <https://www.alejandro-colomar.es/>