Switch man.cgi to 10.0-RELEASE by default.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-01-20 20:30:59 +00:00
parent e1db4a665f
commit 13c615a292
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43595

View file

@ -207,7 +207,7 @@ foreach my $os ( keys %$sectionpath ) {
);
$manLocalDir = '/usr/local/www/bsddoc/man';
$manPathDefault = 'FreeBSD 9.2-RELEASE';
$manPathDefault = 'FreeBSD 10.0-RELEASE';
%manPath = (
'FreeBSD 9.0-RELEASE and Ports',
@ -630,8 +630,8 @@ while ( ( $key, $val ) = each %manPath ) {
# keywords must be in lower cases.
%manPathAliases = (
'freebsd', 'FreeBSD 9.2-RELEASE',
'freebsd-release', 'FreeBSD 9.2-RELEASE',
'freebsd', 'FreeBSD 10.0-RELEASE',
'freebsd-release', 'FreeBSD 10.0-RELEASE',
'freebsd-stable', 'FreeBSD 10.0-stable',
'freebsd-stable10', 'FreeBSD 10.0-stable',