summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-07-15 17:29:26 +0000
committerschwarze <schwarze@openbsd.org>2017-07-15 17:29:26 +0000
commit4a07f2db8542c1bd9feb69c23ad7ad6b7a1f6e5d (patch)
tree6345d539d0e63e595d142930f07aa5e1d8ea4257 /usr.bin/mandoc/mdoc_html.c
parentAdd a "-T tlscompat" option to nc(1), which enables the use of all TLS (diff)
downloadwireguard-openbsd-4a07f2db8542c1bd9feb69c23ad7ad6b7a1f6e5d.tar.xz
wireguard-openbsd-4a07f2db8542c1bd9feb69c23ad7ad6b7a1f6e5d.zip
use the same width increase logic for .Bl -hang as for .Bl -tag
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 0d4fc419d19..d89e30adb83 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.167 2017/07/14 16:05:52 schwarze Exp $ */
+/* $OpenBSD: mdoc_html.c,v 1.168 2017/07/15 17:29:26 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -730,7 +730,7 @@ mdoc_it_pre(MDOC_ARGS)
print_otag(h, TAG_B, "c", cattr);
break;
case ROFFT_BODY:
- print_otag(h, TAG_DD, "cswl", cattr,
+ print_otag(h, TAG_DD, "csw+l", cattr,
bl->norm->Bl.width);
break;
default: