CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/07/06 22:08:01
Modified files: usr.bin/mandoc : man_macro.c Log message: Set the default way to append the next node (sibling) before, not after calling the post handler, such that it doesn't clobber specific decisions made in the post handler. Fixes a regression related to vertical spacing in nsd-xfer(8). Patch from kristaps@.