]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
Partial cleanup of argument count validation in mdoc(7):
[mandoc.git] / mdoc_term.c
index 3bf82b5f6b4a021e9844d90ac80ff688671b4a94..97b6f6025ab55442f8c22b3c6a25c277b5de7d99 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.206 2011/01/01 12:18:37 kristaps Exp $ */
+/*     $Id: mdoc_term.c,v 1.207 2011/01/02 12:21:07 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -318,6 +318,7 @@ print_mdoc_node(DECL_ARGS)
                term_word(p, n->string);
                break;
        case (MDOC_TBL):
+               term_tbl(p, n->span);
                break;
        default:
                if (termacts[n->tok].pre && ENDBODY_NOT == n->end)