[#]
http://marc.info/?l=openbsd-cvs&m=140751064317490&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 19:55:12
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 09:10:15
Modified files:
usr.bin/mandoc : mandoc.h mdoc_html.c mdoc_man.c mdoc_term.c
mdoc_validate.c read.c
Log message:
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