CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/03/06 04:27:55
Modified files: usr.bin/mandoc : term.c Log message: When the last field on an output line is empty, break the line if and only if something was printed on that line. This avoids double line breaks after nested lists while still breaking lines after items with empty body.