summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-09-01 15:12:03 +0000
committerschwarze <schwarze@openbsd.org>2019-09-01 15:12:03 +0000
commitc5914f854ec81cce47f77ea0b42272c536b46381 (patch)
tree90661b43e87a408192c84e3216b25bcdc973092d /usr.bin/mandoc/mdoc_html.c
parentAdopt the SCSI versioning #define's from FreeBSD. Eliminate the (diff)
downloadwireguard-openbsd-c5914f854ec81cce47f77ea0b42272c536b46381.tar.xz
wireguard-openbsd-c5914f854ec81cce47f77ea0b42272c536b46381.zip
delete the TAG_IDIV crutch, which is no longer used
Diffstat (limited to 'usr.bin/mandoc/mdoc_html.c')
-rw-r--r--usr.bin/mandoc/mdoc_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_html.c b/usr.bin/mandoc/mdoc_html.c
index ec3865bf3f8..f44f6fa79d0 100644
--- a/usr.bin/mandoc/mdoc_html.c
+++ b/usr.bin/mandoc/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mdoc_html.c,v 1.203 2019/03/01 10:48:58 schwarze Exp $ */
+/* $OpenBSD: mdoc_html.c,v 1.204 2019/09/01 15:12:03 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -1698,7 +1698,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.