]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_term.c
Implement the \N'number' (numbered character) roff escape sequence.
[mandoc.git] / man_term.c
index 47a092fbb44bd7c5eb1ab194b87a3b5d2f7e2959..06bf35d91c20fea4d7debed00173ed0161e4244b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_term.c,v 1.100 2011/01/23 14:54:21 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 <kristaps@bsd.lv>
  * Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;