CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/10/01 15:38:26
Modified files: usr.bin/mandoc : html.c mdoc_html.c mdoc_macro.c mdoc_term.c term.c Log message: * need a space before .No even if it starts with a closing delimiter * slightly simplify .Pf *_IGNDELIM code, and share part of it with .No * do not let opening delimiters fall out of the front of .Ns (from kristaps@) This fixes a few spacing issues in csh(1) and ksh(1). OK kristaps@