=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_man.c,v retrieving revision 1.115 retrieving revision 1.116 diff -c -r1.115 -r1.116 *** src/usr.bin/mandoc/mdoc_man.c 2017/06/04 22:43:50 1.115 --- src/usr.bin/mandoc/mdoc_man.c 2017/06/06 15:00:56 1.116 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_man.c,v 1.115 2017/06/04 22:43:50 schwarze Exp $ */ /* * Copyright (c) 2011-2017 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: mdoc_man.c,v 1.116 2017/06/06 15:00:56 schwarze Exp $ */ /* * Copyright (c) 2011-2017 Ingo Schwarze * *************** *** 124,129 **** --- 124,130 ---- static const void_fp roff_manacts[ROFF_MAX] = { pre_br, + pre_onearg, pre_ft, pre_onearg, pre_onearg, *************** *** 1580,1585 **** --- 1581,1589 ---- if (n->child != NULL) print_word(n->child->string); outflags |= MMAN_nl; + if (n->tok == ROFF_ce) + for (n = n->child->next; n != NULL; n = n->next) + print_node(meta, n); } static int