Since the mdoc/man parser unification, the parser is always allocated
authorschwarze <schwarze@openbsd.org>
Tue, 19 Jul 2016 16:22:34 +0000 (16:22 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 19 Jul 2016 16:22:34 +0000 (16:22 +0000)
commit969858aeecaa06945deb4fe2339e066219db92d5
treeface26f071e5e6b0f23e9c18d1db78c383e21e90
parent074f323e9e5c320daf477baf2c270a9a397249a5
Since the mdoc/man parser unification, the parser is always allocated
in mparse_alloc(), so delete all the curp->man == NULL checks.
Triggered by a patch from Christos Zoulas suggesting to add
yet another such check.
usr.bin/mandoc/read.c