CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/04 04:40:03
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Fix the last straggler where the struct roff_node "line" member
was abused to detect an input line break;
instead, use the NODE_LINE flag to improve robustness.
