git: 515c1e6d51 - main - sync opensearch title description: Manpages -> Manual Pages

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sat, 01 Jan 2022 17:24:29 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=515c1e6d510db2084745df39367bfd95657bf359

commit 515c1e6d510db2084745df39367bfd95657bf359
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-01-01 17:18:55 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-01-01 17:18:55 +0000

    sync opensearch title description: Manpages -> Manual Pages
    
    This will hopefully fix the issue with duplicated search engine suggestions
    PR:             260857
---
 website/content/en/cgi/man.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 18b5941ffb..9f5c57cffc 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1098,8 +1098,8 @@ sub html_header {
     my $html_meta = q|
 <meta name="robots" content="nofollow" />
 <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
-<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Manpages" />
-<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manpages" />
+<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Manual Pages" />
+<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages" />
 <style type="text/css">
 <!--
 b { color: #996600; }