CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/08/16 11:44:53
Modified files: usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h term_ascii.c Log message: When starting a new input line, even when continuing the same output line, use the current output position as the reference position for tabs on that input line. This brings mandoc in line with the behaviour of GNU, Heirloom, and Plan 9 roff.