=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.119 retrieving revision 1.120 diff -c -r1.119 -r1.120 *** src/usr.bin/mandoc/man_term.c 2015/01/24 02:41:32 1.119 --- src/usr.bin/mandoc/man_term.c 2015/01/30 17:31:20 1.120 *************** *** 1,4 **** ! /* $OpenBSD: man_term.c,v 1.119 2015/01/24 02:41:32 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: man_term.c,v 1.120 2015/01/30 17:31:20 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze *************** *** 947,953 **** * Tables are preceded by a newline. Then process a * table line, which will cause line termination, */ ! if (TBL_SPAN_FIRST & n->span->flags) term_newln(p); term_tbl(p, n->span); return; --- 947,953 ---- * Tables are preceded by a newline. Then process a * table line, which will cause line termination, */ ! if (n->span->prev == NULL) term_newln(p); term_tbl(p, n->span); return;