From e03f6c4421e6265e6c69f785a01edfe489ff4f9c 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_html.c') 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 * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons @@ -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 v1.2.3-56-ge451