=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.136 retrieving revision 1.137 diff -c -r1.136 -r1.137 *** src/usr.bin/mandoc/man_html.c 2022/07/06 14:27:55 1.136 --- src/usr.bin/mandoc/man_html.c 2022/07/06 16:02:52 1.137 *************** *** 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 --- 1,4 ---- ! /* $OpenBSD: man_html.c,v 1.137 2022/07/06 16:02:52 schwarze Exp $ */ /* * Copyright (c) 2013-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons *************** *** 269,275 **** mandoc_asprintf(&title, "%s(%s)", man->title, man->msec); t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", ! "aria-label", "manual header line"); print_otag(h, TAG_SPAN, "c", "head-ltitle"); print_text(h, title); --- 269,275 ---- mandoc_asprintf(&title, "%s(%s)", man->title, man->msec); t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", ! "aria-label", "Manual header line"); print_otag(h, TAG_SPAN, "c", "head-ltitle"); print_text(h, title); *************** *** 292,298 **** struct tag *t; t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", ! "aria-label", "manual footer line"); print_otag(h, TAG_SPAN, "c", "foot-left"); print_stagq(h, t); --- 292,298 ---- struct tag *t; t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", ! "aria-label", "Manual footer line"); print_otag(h, TAG_SPAN, "c", "foot-left"); print_stagq(h, t);