Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2022 17:24:29 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 515c1e6d51 - main - sync opensearch title description: Manpages -> Manual Pages
Message-ID:  <202201011724.201HOTcJ002085@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201011724.201HOTcJ002085>