CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/19 10:22:34
Modified files:
usr.bin/mandoc : read.c
Log message:
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.
