=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.319 retrieving revision 1.320 diff -u -p -r1.319 -r1.320 --- mandoc/roff.c 2017/07/08 14:51:04 1.319 +++ mandoc/roff.c 2017/07/08 15:28:09 1.320 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.319 2017/07/08 14:51:04 schwarze Exp $ */ +/* $Id: roff.c,v 1.320 2017/07/08 15:28:09 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze @@ -2934,7 +2934,8 @@ roff_onearg(ROFF_ARGS) int npos; if (r->man->flags & (MAN_BLINE | MAN_ELINE) && - (tok == ROFF_sp || tok == ROFF_ti)) + (tok == ROFF_ce || tok == ROFF_rj || tok == ROFF_sp || + tok == ROFF_ti)) man_breakscope(r->man, tok); if (roffce_node != NULL && (tok == ROFF_ce || tok == ROFF_rj)) {