aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-01 15:12:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-09-01 15:12:19 +0000
commitcbdb02c169520201c5b9e366dd5e61cc778b9ad7 (patch)
treebe29be0d79e590c112c19f85b55c2a3ef04eaf77 /mdoc_html.c
parente7fc400f1a08777772ca4bbf1b298034d9f695f6 (diff)
downloadmandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.tar.gz
mandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.tar.zst
mandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.zip
delete the TAG_IDIV crutch, which is no longer used
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 87bf42a7..977d4271 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.328 2019/03/01 10:57:18 schwarze Exp $ */
+/* $Id: mdoc_html.c,v 1.329 2019/09/01 15:12:19 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -1700,7 +1700,7 @@ mdoc_quote_pre(MDOC_ARGS)
/*
* Give up on semantic markup for now.
* We cannot use TAG_SPAN because .Oo may contain blocks.
- * We cannot use TAG_IDIV because we might be in a
+ * We cannot use TAG_DIV because we might be in a
* phrasing context (like .Dl or .Pp); we cannot
* close out a .Pp at this point either because
* that would break the line.