summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/html.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-02-05 20:21:18 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-02-05 20:21:18 +0000
commit83097ccc8c95638eb6d670dc2561f8bde1ab02f7 (patch)
treea3461599d52aa1dbf6e859b7346761cd7bb00727 /usr.bin/mandoc/html.h
parent0ff82e18c979903860dc9df0a5e86e4f27499bf9 (diff)
mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;
suggested by bentley@ long ago, but needed lots of cleanup first
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 14c7857c6c0..c2c572fa9a2 100644
--- a/usr.bin/mandoc/html.h
+++ b/usr.bin/mandoc/html.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: html.h,v 1.44 2017/02/05 19:29:03 schwarze Exp $ */
+/* $OpenBSD: html.h,v 1.45 2017/02/05 20:21:17 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -41,6 +41,7 @@ enum htmltag {
TAG_DT,
TAG_DD,
TAG_PRE,
+ TAG_VAR,
TAG_CITE,
TAG_B,
TAG_I,