summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man_term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index c2e6e6e5..97e97dea 100644
--- a/man_term.c
+++ b/man_term.c
@@ -212,6 +212,9 @@ print_bvspace(struct termp *p, const struct man_node *n)
{
term_newln(p);
+ if (n->body && n->body->child && MAN_TBL == n->body->child->type)
+ return;
+
if (NULL == n->prev)
return;