CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/09/21 03:57:11
Modified files: usr.bin/mandoc : man_term.c term.c Log message: As noticed by kristaps@, when breaking an overflowing line, forget about pending whitespace (vbl), or the next line would be misaligned and potentially too long; but i'm fixing this in a simpler way than he proposed. Also remove the kludges in .HP that compensated for this bug.