CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/29 22:28:00
Modified files: usr.bin/mandoc : mandoc.h mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Pf: Makefile spacing.in spacing.out_ascii Added files: regress/usr.bin/mandoc/mdoc/Pf: spacing.out_lint Log message: Multiple fixes with respect to .Pf: * The first argument of .Pf is not parsed. * Normal delimiter handling does not apply to the first argument of .Pf. * Warn if nothing follows a prefix (inspired by groff_mdoc(7)). * In that case, do not suppress spacing.