Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes
authorschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 20:14:19 +0000 (20:14 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 20:14:19 +0000 (20:14 +0000)
commit3f3c303a935a299746b862b5e231f2cc83364e19
tree0a3ca6f8df749433f70d93f5274858f302a9fd98
parent247930402c15aba7c70f1952de815a1f83055533
Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes
confusing warning messages complaining about macros that don't even
appear in the input file.
As a welcome side effect, this also shortens the code...

Fixing a minibug
reported by Alejandro Colomar <alx dot manpages at gmail dot com>.
usr.bin/mandoc/man_html.c
usr.bin/mandoc/man_term.c
usr.bin/mandoc/man_validate.c