aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-06 21:44:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-06 21:44:36 +0000
commitd9c6b1be15e48dc43678c02ee4e86d280ea73046 (patch)
treedbfae09ad283679c266fadf26ab8dad7c02642b2 /man_html.c
parent91ab27befd54e154790aa66b308e8be09659b580 (diff)
downloadmandoc-d9c6b1be15e48dc43678c02ee4e86d280ea73046.tar.gz
mandoc-d9c6b1be15e48dc43678c02ee4e86d280ea73046.tar.zst
mandoc-d9c6b1be15e48dc43678c02ee4e86d280ea73046.zip
Add initial libmdoc and libman top-most machinery for accepting TBL
directives. For now this will just ignore them (except for -Ttree, which just notes that an EQN's been accepted).
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index f042c442..e11127d2 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.67 2011/01/17 00:21:29 schwarze Exp $ */
+/* $Id: man_html.c,v 1.68 2011/02/06 21:44:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -215,6 +215,8 @@ print_man_node(MAN_ARGS)
n->next->line > n->line))
print_otag(h, TAG_BR, 0, NULL);
return;
+ case (MAN_EQN):
+ return;
case (MAN_TBL):
/*
* This will take care of initialising all of the table