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: Wed Jul 21 2010 - 16:44:28 CDT


CVSROOT: /cvs
Module name: src
Changes by: schwarzecvs.openbsd.org 2010/07/21 15:44:28

Modified files:
        usr.bin/mandoc : mdoc_term.c

Log message:
In the SYNOPSIS, .Nm at the beginning of an input line starts
an .Nm block, and gets special handling (new line, indentation).
But .Nm in the middle of a line is just a normal in-line element,
so make sure it does NOT get the special handling.
Partly fixes the test(1) SYNOPSIS; indentation after "[" is still
excessive, which is an unrelated and more difficult issue.
Reminded of the problem by jmc;
OK kristaps.