From f0f927fc844cde949a3279a1fab8418a2df51753 Mon Sep 17 00:00:00 2001 From: schwarze Date: Wed, 6 Jul 2022 16:02:52 +0000 Subject: [PATCH] https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: "Start names with a capital letter; it helps some screen readers speak them with appropriate inflection." Anna Vyalkova already did that correctly when sending patches, but i ruined it when committing, so fix it now. --- usr.bin/mandoc/cgi.c | 8 ++++---- usr.bin/mandoc/man_html.c | 6 +++--- usr.bin/mandoc/mdoc_html.c | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/usr.bin/mandoc/cgi.c b/usr.bin/mandoc/cgi.c index 0b941b6463d..48d0fc089ac 100644 --- a/usr.bin/mandoc/cgi.c +++ b/usr.bin/mandoc/cgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgi.c,v 1.117 2022/07/05 14:03:35 schwarze Exp $ */ +/* $OpenBSD: cgi.c,v 1.118 2022/07/06 16:02:52 schwarze Exp $ */ /* * Copyright (c) 2014-2019, 2021, 2022 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons @@ -458,7 +458,7 @@ resp_searchform(const struct req *req, enum focus focus) /* Write section selector. */ - puts(" "); for (i = 0; i < sec_MAX; i++) { printf("