CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/12/21 16:46:18
Modified files: usr.bin/mandoc : mdoc.c mdoc.h mdoc_macro.c mdoc_term.c mdoc_validate.c Log message: Vertical spacing improvements from kristaps@, small tweaks by me: Add a "last child" member to struct mdoc_node. Remove .Pp or .Lp if it is the first or last child of an .Sh or .Ss body. Thus, no need to do the same in the front-ends any longer. Tolerate some cases of .Pp inside .Bl.