aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 20:14:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 20:14:20 +0000
commitc893b75d7cad884ccefc3eea9dfbadad6577fdea (patch)
tree8c8500e77ad07d0df46855d329159e9fd7b367c3 /html.c
parentc74c8fc0039c665280a44e7cac275672b7045885 (diff)
downloadmandoc-c893b75d7cad884ccefc3eea9dfbadad6577fdea.tar.gz
mandoc-c893b75d7cad884ccefc3eea9dfbadad6577fdea.tar.zst
mandoc-c893b75d7cad884ccefc3eea9dfbadad6577fdea.zip
Change "to" and "from" commands to use munder, mover, and munderover.
Diffstat (limited to 'html.c')
-rw-r--r--html.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/html.c b/html.c
index 942a2c6c..957c070b 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.173 2014/09/28 11:33:15 kristaps Exp $ */
+/* $Id: html.c,v 1.174 2014/09/28 20:14:20 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -87,6 +87,9 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"mtable", 0}, /* TAG_MTABLE */
{"mtr", 0}, /* TAG_MTR */
{"mtd", 0}, /* TAG_MTD */
+ {"munderover", 0}, /* TAG_MUNDEROVER */
+ {"munder", 0}, /* TAG_MUNDER*/
+ {"mover", 0}, /* TAG_MOVER*/
};
static const char *const htmlattrs[ATTR_MAX] = {