CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/13 16:02:54
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Unify description handling across all document types (mdoc, man, cat).
Assert that the description is unset right before calling the parse_*
handler, and assign a default if it's still unset right afterwards.
Remove all stray asserts and default assignments found elsewhere.
This fixes SQL_STEP failures for man(7) pages lacking descriptions.
