=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.240 retrieving revision 1.241 diff -u -p -r1.240 -r1.241 --- mandoc/man_term.c 2022/08/16 17:45:55 1.240 +++ mandoc/man_term.c 2022/08/28 09:57:14 1.241 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.240 2022/08/16 17:45:55 schwarze Exp $ */ +/* $Id: man_term.c,v 1.241 2022/08/28 09:57:14 schwarze Exp $ */ /* * Copyright (c) 2010-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons @@ -951,7 +951,7 @@ print_man_node(DECL_ARGS) return; case ROFFT_TBL: if (p->tbl.cols == NULL) - term_vspace(p); + term_newln(p); term_tbl(p, n->span); return; default: