=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.99 retrieving revision 1.101 diff -u -p -r1.99 -r1.101 --- mandoc/man_term.c 2011/01/17 00:21:29 1.99 +++ mandoc/man_term.c 2011/01/25 12:35:09 1.101 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.99 2011/01/17 00:21:29 schwarze Exp $ */ +/* $Id: man_term.c,v 1.101 2011/01/25 12:35:09 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -212,6 +212,9 @@ print_bvspace(struct termp *p, const struct man_node * { term_newln(p); + if (n->body && n->body->child && MAN_TBL == n->body->child->type) + return; + if (NULL == n->prev) return; @@ -889,6 +892,9 @@ print_man_node(DECL_ARGS) p->rmargin = rm; p->maxrmargin = rmax; } + + if (MAN_EOS & n->flags) + p->flags |= TERMP_SENTENCE; return; case (MAN_TBL): /*