Add manual page links for 9.2-RELEASE.
This commit is contained in:
parent
e8f685d04d
commit
728f77f0a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42738
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,8 @@ $manPathDefault = 'FreeBSD 9.1-RELEASE';
|
|||
|
||||
'FreeBSD 9.1-stable',
|
||||
"$manLocalDir/FreeBSD-9.1-stable/man:$manLocalDir/FreeBSD-9.1-stable/openssl/man",
|
||||
'FreeBSD 9.2-RELEASE',
|
||||
"$manLocalDir/FreeBSD-9.2-RELEASE/man:$manLocalDir/FreeBSD-9.2-RELEASE/openssl/man",
|
||||
'FreeBSD 9.1-RELEASE',
|
||||
"$manLocalDir/FreeBSD-9.1-RELEASE/man:$manLocalDir/FreeBSD-9.1-RELEASE/openssl/man",
|
||||
'FreeBSD 9.0-RELEASE',
|
||||
|
@ -588,6 +590,7 @@ my %valid_arch = map { $_ => 1 }
|
|||
my $default_arch = 'i386';
|
||||
|
||||
my %arch = (
|
||||
'FreeBSD 9.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 8.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
|
|
Loading…
Reference in a new issue