=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.321 retrieving revision 1.322 diff -u -p -r1.321 -r1.322 --- mandoc/roff.c 2017/07/08 17:52:50 1.321 +++ mandoc/roff.c 2017/07/13 15:13:18 1.322 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.321 2017/07/08 17:52:50 schwarze Exp $ */ +/* $Id: roff.c,v 1.322 2017/07/13 15:13:18 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze @@ -2879,6 +2879,8 @@ roff_EQ(ROFF_ARGS) { struct roff_node *n; + if (r->man->macroset == MACROSET_MAN) + man_breakscope(r->man, ROFF_EQ); n = roff_node_alloc(r->man, ln, ppos, ROFFT_EQN, TOKEN_NONE); if (ln > r->man->last->line) n->flags |= NODE_LINE;