CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/30 15:04:15
Modified files: usr.bin/mandoc : man_html.c man_term.c mdoc_html.c mdoc_term.c Log message: Have pity on the poor stack. Replace tail recursion by iteration when walking the syntax trees. No functional change.