aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite03f6c4421e6265e6c69f785a01edfe489ff4f9c (patch)
tree14585118d6b85caaffa94cf46317a78bbbc900bc /man_html.c
parent04879dddb6a40e58404e931790876ac21d5733fc (diff)
downloadmandoc-e03f6c4421e6265e6c69f785a01edfe489ff4f9c.tar.gz
mandoc-e03f6c4421e6265e6c69f785a01edfe489ff4f9c.tar.zst
mandoc-e03f6c4421e6265e6c69f785a01edfe489ff4f9c.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 'man_html.c')
-rw-r--r--man_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index 202df2b7..80f69e1a 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.177 2020/03/13 15:32:28 schwarze Exp $ */
+/* $Id: man_html.c,v 1.178 2020/04/04 20:33:33 schwarze Exp $ */
/*
* Copyright (c) 2013-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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: