]> git.cameronkatri.com Git - mandoc.git/commit
Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The
authorKristaps Dzonsons <kristaps@bsd.lv>
Wed, 12 Jan 2011 16:55:22 +0000 (16:55 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Wed, 12 Jan 2011 16:55:22 +0000 (16:55 +0000)
commit3993f4018345b61b4de0132b521228ff054fc092
treeb070a58b7f14d6009c0a50926bfd6628e0a02540
parent6e11d260e2b32511ddba61c5233b2ac3068e1118
Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR.  The
change in man_macro.c was from an assertion caused by a subtle problem:
(1) macro is removed, causing m->last to be m->last->parent; (2) by jumping
to the m->last->parent after post-validation, the original
m->last->parent is skipped; (3) the rewinder climbs to the root of the
tree and aborts.

The original issue recorded in the TODO by schwarze@, reminded by Brad
Smith.
TODO
man_macro.c
man_validate.c