aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
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.h
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.h')
-rw-r--r--html.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/html.h b/html.h
index 03bcb8e1..f3110eaf 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.63 2014/09/28 11:33:15 kristaps Exp $ */
+/* $Id: html.h,v 1.64 2014/09/28 20:14:20 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -63,6 +63,9 @@ enum htmltag {
TAG_MTABLE,
TAG_MTR,
TAG_MTD,
+ TAG_MUNDEROVER,
+ TAG_MUNDER,
+ TAG_MOVER,
TAG_MAX
};