diff options
author | 2014-10-10 15:25:06 +0000 | |
---|---|---|
committer | 2014-10-10 15:25:06 +0000 | |
commit | f86178090ae1f86d5f22cebd4018d57ab650b788 (patch) | |
tree | 564bf1cdb839c18999f67f6620f6633aef104043 /usr.bin/mandoc/html.h | |
parent | r1.45 of macppc install.md eliminated the verbiage exhorting users (diff) | |
download | wireguard-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.h | 3 |
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 }; |