svn commit: r45848 - head/en_US.ISO8859-1/htdocs/cgi
Glen Barber
gjb at FreeBSD.org
Fri Oct 17 20:49:17 UTC 2014
Author: gjb
Date: Fri Oct 17 20:49:16 2014
New Revision: 45848
URL: https://svnweb.freebsd.org/changeset/doc/45848
Log:
Add FreeBSD 10.1-RELEASE to man.cgi.
Update 10.0-STABLE -> 10.1-STABLE.
Set the default manual page path to 10.1-RELEASE.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Fri Oct 17 18:08:49 2014 (r45847)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Fri Oct 17 20:49:16 2014 (r45848)
@@ -209,7 +209,7 @@ foreach my $os ( keys %$sectionpath ) {
);
$manLocalDir = '/usr/local/www/bsddoc/man';
-$manPathDefault = 'FreeBSD 10.0-RELEASE';
+$manPathDefault = 'FreeBSD 10.1-RELEASE';
%manPath = (
'FreeBSD 9.2-RELEASE and Ports',
@@ -237,6 +237,11 @@ $manPathDefault = 'FreeBSD 10.0-RELEASE'
'FreeBSD 11-current',
"$manLocalDir/FreeBSD-11-current/man:$manLocalDir/FreeBSD-11-current/openssl/man",
+ 'FreeBSD 10.1-RELEASE',
+"$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man",
+ 'FreeBSD 10.1-stable',
+"$manLocalDir/FreeBSD-10.1-stable/man:$manLocalDir/FreeBSD-10.1-stable/openssl/man",
+
'FreeBSD 10.0-RELEASE',
"$manLocalDir/FreeBSD-10.0-RELEASE/man:$manLocalDir/FreeBSD-10.0-RELEASE/openssl/man",
'FreeBSD 10.0-stable',
@@ -606,6 +611,7 @@ my %valid_arch = map { $_ => 1 }
my $default_arch = 'i386';
my %arch = (
+'FreeBSD 10.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
'FreeBSD 10.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
'FreeBSD 9.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
'FreeBSD 9.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
@@ -643,11 +649,11 @@ while ( ( $key, $val ) = each %manPath )
# keywords must be in lower cases.
%manPathAliases = (
- 'freebsd', 'FreeBSD 9.3-RELEASE',
- 'freebsd-release', 'FreeBSD 9.3-RELEASE',
+ 'freebsd', 'FreeBSD 10.1-RELEASE',
+ 'freebsd-release', 'FreeBSD 10.1-RELEASE',
- 'freebsd-stable', 'FreeBSD 10.0-stable',
- 'freebsd-stable10', 'FreeBSD 10.0-stable',
+ 'freebsd-stable', 'FreeBSD 10.1-stable',
+ 'freebsd-stable10', 'FreeBSD 10.1-stable',
'freebsd-stable9', 'FreeBSD 9.3-stable',
'freebsd-stable8', 'FreeBSD 8.4-stable',
'freebsd-stable7', 'FreeBSD 7.4-stable',
More information about the svn-doc-all
mailing list