Switch man.cgi to 10.0-RELEASE by default.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e1db4a665f
commit
13c615a292
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43595
1 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ foreach my $os ( keys %$sectionpath ) {
|
||||||
);
|
);
|
||||||
|
|
||||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||||
$manPathDefault = 'FreeBSD 9.2-RELEASE';
|
$manPathDefault = 'FreeBSD 10.0-RELEASE';
|
||||||
|
|
||||||
%manPath = (
|
%manPath = (
|
||||||
'FreeBSD 9.0-RELEASE and Ports',
|
'FreeBSD 9.0-RELEASE and Ports',
|
||||||
|
@ -630,8 +630,8 @@ while ( ( $key, $val ) = each %manPath ) {
|
||||||
|
|
||||||
# keywords must be in lower cases.
|
# keywords must be in lower cases.
|
||||||
%manPathAliases = (
|
%manPathAliases = (
|
||||||
'freebsd', 'FreeBSD 9.2-RELEASE',
|
'freebsd', 'FreeBSD 10.0-RELEASE',
|
||||||
'freebsd-release', 'FreeBSD 9.2-RELEASE',
|
'freebsd-release', 'FreeBSD 10.0-RELEASE',
|
||||||
|
|
||||||
'freebsd-stable', 'FreeBSD 10.0-stable',
|
'freebsd-stable', 'FreeBSD 10.0-stable',
|
||||||
'freebsd-stable10', 'FreeBSD 10.0-stable',
|
'freebsd-stable10', 'FreeBSD 10.0-stable',
|
||||||
|
|
Loading…
Reference in a new issue