diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-04 20:33:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-04 20:33:33 +0000 |
commit | 9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 (patch) | |
tree | f7778be8dcc38ab5b5be9249af0179379362db27 /man_html.c | |
parent | 6b5bf18962a3cdfe3e6d3ee030e7a0df5c3b8cc9 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |