From 9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 4 Apr 2020 20:33:33 +0000 Subject: 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) --- man_html.c | 1 - 1 file changed, 1 deletion(-) (limited to 'man_html.c') 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: -- cgit