aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 09:52:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 09:52:47 +0000
commit8f65e2365fc46c19cff46c40dc76dbbd014fdbaa (patch)
tree0f87a48e9380aa73420fa32e1adfb2c9d159df54 /man_term.c
parenta1933d3c64fdd2f70b36e98de723f84692e136b1 (diff)
downloadmandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.tar.gz
mandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.tar.zst
mandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.zip
EQN blocks are now printed in all modes. This is simply a printing of
the concatenated string (in -T[x]html, it gets a SPAN, too).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index f0a9879f..82af7018 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.102 2011/02/06 21:44:36 kristaps Exp $ */
+/* $Id: man_term.c,v 1.103 2011/02/09 09:52:47 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -897,6 +897,7 @@ print_man_node(DECL_ARGS)
p->flags |= TERMP_SENTENCE;
return;
case (MAN_EQN):
+ term_word(p, n->eqn->data);
return;
case (MAN_TBL):
/*