=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.323 retrieving revision 1.324 diff -u -p -r1.323 -r1.324 --- mandoc/roff.c 2017/07/14 16:49:39 1.323 +++ mandoc/roff.c 2017/07/14 17:16:16 1.324 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.323 2017/07/14 16:49:39 schwarze Exp $ */ +/* $Id: roff.c,v 1.324 2017/07/14 17:16:16 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze @@ -1559,7 +1559,8 @@ roff_parseln(struct roff *r, int ln, struct buf *buf, /* For now, let high level macros abort .ce mode. */ if (ctl && roffce_node != NULL && - (t == TOKEN_NONE || t == ROFF_EQ || t == ROFF_TS)) { + (t == TOKEN_NONE || t == ROFF_Dd || t == ROFF_EQ || + t == ROFF_TH || t == ROFF_TS)) { r->man->last = roffce_node; r->man->next = ROFF_NEXT_SIBLING; roffce_lines = 0;