summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-04 20:33:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-04 20:33:33 +0000
commit9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 (patch)
treef7778be8dcc38ab5b5be9249af0179379362db27 /man_html.c
parent6b5bf18962a3cdfe3e6d3ee030e7a0df5c3b8cc9 (diff)
downloadmandoc-9c50b3f3dd65454028a85113ebc01c5f1f8dabf5.tar.gz
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 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 0a0a5faa..21a76517 100644
--- a/man_html.c
+++ b/man_html.c
@@ -327,7 +327,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: