=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.135 retrieving revision 1.136 diff -c -r1.135 -r1.136 *** src/usr.bin/mandoc/man_html.c 2022/07/05 21:25:23 1.135 --- src/usr.bin/mandoc/man_html.c 2022/07/06 14:27:55 1.136 *************** *** 1,4 **** ! /* $OpenBSD: man_html.c,v 1.135 2022/07/05 21:25:23 schwarze Exp $ */ /* * Copyright (c) 2013-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: man_html.c,v 1.136 2022/07/06 14:27:55 schwarze Exp $ */ /* * Copyright (c) 2013-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons *************** *** 314,323 **** enum htmltag tag; if (n->tok == MAN_SH) { ! tag = TAG_H1; class = "Sh"; } else { ! tag = TAG_H2; class = "Ss"; } switch (n->type) { --- 314,323 ---- enum htmltag tag; if (n->tok == MAN_SH) { ! tag = TAG_H2; class = "Sh"; } else { ! tag = TAG_H3; class = "Ss"; } switch (n->type) {