=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.282 retrieving revision 1.283 diff -u -p -r1.282 -r1.283 --- mandoc/roff.c 2015/10/21 23:51:11 1.282 +++ mandoc/roff.c 2015/10/22 21:54:23 1.283 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.282 2015/10/21 23:51:11 schwarze Exp $ */ +/* $Id: roff.c,v 1.283 2015/10/22 21:54:23 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -1063,7 +1063,7 @@ roff_word_alloc(struct roff_man *man, int line, int po if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else - man_valid_post(man); + n->flags |= MAN_VALID; man->next = ROFF_NEXT_SIBLING; } @@ -1151,7 +1151,7 @@ roff_addtbl(struct roff_man *man, const struct tbl_spa if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else - man_valid_post(man); + n->flags |= MAN_VALID; man->next = ROFF_NEXT_SIBLING; }