summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/html.h
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-10-10 15:25:06 +0000
committerschwarze <schwarze@openbsd.org>2014-10-10 15:25:06 +0000
commitf86178090ae1f86d5f22cebd4018d57ab650b788 (patch)
tree564bf1cdb839c18999f67f6620f6633aef104043 /usr.bin/mandoc/html.h
parentr1.45 of macppc install.md eliminated the verbiage exhorting users (diff)
downloadwireguard-openbsd-f86178090ae1f86d5f22cebd4018d57ab650b788.tar.xz
wireguard-openbsd-f86178090ae1f86d5f22cebd4018d57ab650b788.zip
Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.
Diffstat (limited to 'usr.bin/mandoc/html.h')
-rw-r--r--usr.bin/mandoc/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/html.h b/usr.bin/mandoc/html.h
index 9e3f97c6e6e..097df293d33 100644
--- a/usr.bin/mandoc/html.h
+++ b/usr.bin/mandoc/html.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: html.h,v 1.27 2014/10/09 15:59:08 schwarze Exp $ */
+/* $OpenBSD: html.h,v 1.28 2014/10/10 15:25:06 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -82,6 +82,7 @@ enum htmlattr {
ATTR_CHARSET,
ATTR_OPEN,
ATTR_CLOSE,
+ ATTR_MATHVARIANT,
ATTR_MAX
};