summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2020-04-04 20:23:06 +0000
committerschwarze <schwarze@openbsd.org>2020-04-04 20:23:06 +0000
commite9f36175dfbf22a58e6781c9fdf13f33ca379f4f (patch)
tree31adf1bcd7b5aba292faba9934e241f7965fe42c /usr.bin/mandoc/man_html.c
parentPrevent the destruction of a session owned by another interface. (diff)
downloadwireguard-openbsd-e9f36175dfbf22a58e6781c9fdf13f33ca379f4f.tar.xz
wireguard-openbsd-e9f36175dfbf22a58e6781c9fdf13f33ca379f4f.zip
automatically tag .SH and .SS in man(7) terminal output
in the same way as it was done for .Sh and .Ss in mdoc(7)
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r--usr.bin/mandoc/man_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c
index dd360649d6d..a2a1b4d959c 100644
--- a/usr.bin/mandoc/man_html.c
+++ b/usr.bin/mandoc/man_html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man_html.c,v 1.130 2020/03/13 00:31:05 schwarze Exp $ */
+/* $OpenBSD: man_html.c,v 1.131 2020/04/04 20:23:06 schwarze Exp $ */
/*
* Copyright (c) 2013-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -325,7 +325,6 @@ man_SH_pre(MAN_ARGS)
print_otag(h, TAG_SECTION, "c", class);
break;
case ROFFT_HEAD:
- n->flags |= NODE_ID;
print_otag_id(h, tag, class, n);
break;
case ROFFT_BODY: