]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
Make -man check for tabs correctly print the column.
[mandoc.git] / mdoc_term.c
index 99fd5b001fc116500925275b57caae2c92474c2e..0603b72160a1cc6690710ec4c31693ccafd6ea60 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.232 2011/07/21 11:34:53 kristaps Exp $ */
+/*     $Id: mdoc_term.c,v 1.233 2011/07/22 10:50:46 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -351,7 +351,7 @@ print_mdoc_node(DECL_ARGS)
                        p->flags |= TERMP_NOSPACE;
                break;
        case (MDOC_EQN):
-               /*term_word(p, n->eqn->data);*/
+               term_eqn(p, n->eqn);
                break;
        case (MDOC_TBL):
                term_tbl(p, n->span);