CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2012/07/18 05:09:30
Modified files: usr.bin/mandoc : libmdoc.h mandoc.h mdoc.c mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/blank: Makefile Added files: regress/usr.bin/mandoc/mdoc/blank: list.in list.out_ascii Log message: Fix handling of paragraph macros inside lists: * When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9).