=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.154 retrieving revision 1.155 diff -c -r1.154 -r1.155 *** src/usr.bin/mandoc/roff.c 2015/10/21 23:49:05 1.154 --- src/usr.bin/mandoc/roff.c 2015/10/22 21:53:49 1.155 *************** *** 1,4 **** ! /* $OpenBSD: roff.c,v 1.154 2015/10/21 23:49:05 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: roff.c,v 1.155 2015/10/22 21:53:49 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze *************** *** 1061,1067 **** if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else ! man_valid_post(man); man->next = ROFF_NEXT_SIBLING; } --- 1061,1067 ---- if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else ! n->flags |= MAN_VALID; man->next = ROFF_NEXT_SIBLING; } *************** *** 1149,1155 **** if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else ! man_valid_post(man); man->next = ROFF_NEXT_SIBLING; } --- 1149,1155 ---- if (man->macroset == MACROSET_MDOC) n->flags |= MDOC_VALID | MDOC_ENDED; else ! n->flags |= MAN_VALID; man->next = ROFF_NEXT_SIBLING; }