Various improvements related to .Ex and .Rv:
authorschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 15:10:14 +0000 (15:10 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 15:10:14 +0000 (15:10 +0000)
commite214f64100be1d903175fa7206e66fecf0dc8d45
tree1c73693202701e2150e5ae27b9965399e66017db
parent2065e47a4f71d5392cafbd7d2c0cfacce9c053fa
Various improvements related to .Ex and .Rv:
* let .Nm fall back to the empty string, not to UNKNOWN
* never let .Rv copy an argument from .Nm
* avoid spurious \fR after empty .Nm in -Tman
* correct handling of .Ex and .Rv in -Tman
* correct the wording of the output for .Rv without arguments
* use non-breaking spaces in .Ex and .Rv output where required
* split MANDOCERR_NONAME into a warning for .Ex and an error for .Nm
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/read.c