man.cgi: better title

Event:                  Berlin Hackathon 202609
This commit is contained in:
Wolfram Schneider
2026-09-06 16:02:41 +00:00
parent de065e22f8
commit e9fc0c1e4f
+1 -1
View File
@@ -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';