X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/2f53f5a989471121a5bf1f4a5c4d4a335b0f7fdb..ca69e819a0548e61d559a073c81a8124b5a4bf47:/mdoc_term.c diff --git a/mdoc_term.c b/mdoc_term.c index a1477546..0603b721 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.231 2011/06/29 15:38:09 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 * Copyright (c) 2010 Ingo Schwarze @@ -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);