OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ingo Schwarze (schwarzecvs.openbsd.org)
Date: Fri Oct 01 2010 - 16:38:26 CDT


CVSROOT: /cvs
Module name: src
Changes by: schwarzecvs.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