summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 10:50:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 10:50:46 +0000
commit6d8d387d78183a69812a1111b555a69f4211d319 (patch)
tree69b1541efb7ab0b27445cdcf9b39c4b9b621b039 /man_term.c
parent570cd5948dac1d0dce231548ebbd3ae98bd2d187 (diff)
downloadmandoc-6d8d387d78183a69812a1111b555a69f4211d319.tar.gz
mandoc-6d8d387d78183a69812a1111b555a69f4211d319.tar.zst
mandoc-6d8d387d78183a69812a1111b555a69f4211d319.zip
Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the
minimum: unseparated terms.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man_term.c b/man_term.c
index cadb0b1c..3851eaeb 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.114 2011/07/21 11:34:53 kristaps Exp $ */
+/* $Id: man_term.c,v 1.115 2011/07/22 10:50:46 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -905,7 +905,7 @@ print_man_node(DECL_ARGS)
p->flags |= TERMP_SENTENCE;
return;
case (MAN_EQN):
- /*term_word(p, n->eqn->data);*/
+ term_eqn(p, n->eqn);
return;
case (MAN_TBL):
/*