=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.193 retrieving revision 1.194 diff -c -r1.193 -r1.194 *** src/usr.bin/mandoc/roff.c 2017/07/08 17:52:42 1.193 --- src/usr.bin/mandoc/roff.c 2017/07/13 15:12:47 1.194 *************** *** 1,4 **** ! /* $OpenBSD: roff.c,v 1.193 2017/07/08 17:52:42 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: roff.c,v 1.194 2017/07/13 15:12:47 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze *************** *** 2877,2882 **** --- 2877,2884 ---- { 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;