3 # Render man pages with FIXMEs shown as tables
9 if ($0 ~ /.*FIXME *\..*/) {
10 # FIXMES of the form "FIXME ." are "private" and
11 # ignored by this script
14 if ($0 ~ /^\.\\"[ ]*$/) {
16 # If the FIXME line contains no additional text after
17 # "FIXME", then discard the blank line
34 $0 !~ /^\.\\"/ && fixme == 1 {
44 gsub("'"'"'", "\\(aq")
45 if ($0 ~ /^[ ][ ]*.*/) {
54 ' |
tee "/tmp/$(basename $f).src" | man
--nh --nj -l /dev
/stdin