summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/html.h
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-01-19 16:56:53 +0000
committerschwarze <schwarze@openbsd.org>2017-01-19 16:56:53 +0000
commitfea506784f2f67a0a5f7d93c7f7eea2c14ddf375 (patch)
tree4c0257c02bb3dee516c4d0e444531b76ec388184 /usr.bin/mandoc/html.h
parentclean up .Sx and .Xr HTML markup (diff)
downloadwireguard-openbsd-fea506784f2f67a0a5f7d93c7f7eea2c14ddf375.tar.xz
wireguard-openbsd-fea506784f2f67a0a5f7d93c7f7eea2c14ddf375.zip
clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
in particular, stop abuse of <blockquote>
Diffstat (limited to 'usr.bin/mandoc/html.h')
-rw-r--r--usr.bin/mandoc/html.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/html.h b/usr.bin/mandoc/html.h
index 8434f6f7143..c74d3ace485 100644
--- a/usr.bin/mandoc/html.h
+++ b/usr.bin/mandoc/html.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: html.h,v 1.39 2017/01/19 01:00:11 schwarze Exp $ */
+/* $OpenBSD: html.h,v 1.40 2017/01/19 16:56:53 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -40,7 +40,6 @@ enum htmltag {
TAG_DL,
TAG_DT,
TAG_DD,
- TAG_BLOCKQUOTE,
TAG_PRE,
TAG_B,
TAG_I,