diff options
author | 2017-01-19 16:56:53 +0000 | |
---|---|---|
committer | 2017-01-19 16:56:53 +0000 | |
commit | fea506784f2f67a0a5f7d93c7f7eea2c14ddf375 (patch) | |
tree | 4c0257c02bb3dee516c4d0e444531b76ec388184 /usr.bin/mandoc/html.h | |
parent | clean up .Sx and .Xr HTML markup (diff) | |
download | wireguard-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.h | 3 |
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, |