git: e9fc0c1e4f - main - man.cgi: better title

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:03:00 UTC
The branch main has been updated by wosch:

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

commit e9fc0c1e4f1cb995e6e843c0efb1731bf4156ac6
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-09-06 16:02:41 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-09-06 16:02:41 +0000

    man.cgi: better title
    
    Event:                  Berlin Hackathon 202609
---
 website/content/en/cgi/man.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 3a74516c1f..da3fe6e639 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -49,7 +49,7 @@ use constant HAS_FREEBSD_CGI_STYLE => eval { require "./cgi-style.pl"; };
 package main;
 
 $debug        = 2;
-$www{'title'} = 'FreeBSD Manual Pages';
+$www{'title'} = 'Manual Pages Archive';
 $www{'home'}  = 'https://www.FreeBSD.org';
 $www{'home_man'}  = 'https://man.FreeBSD.org';
 $www{'cgi_man'}  = '/cgi/man.cgi';