mirror of
https://git.FreeBSD.org/doc.git
synced 2026-09-09 00:07:23 +08:00
man.cgi: better title
Event: Berlin Hackathon 202609
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user