Set 9.2-RELEASE as the default FreeBSD version for manual pages.
This commit is contained in:
parent
229d055e79
commit
5ae170b639
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42754
1 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ foreach my $os ( keys %$sectionpath ) {
|
|||
);
|
||||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
$manPathDefault = 'FreeBSD 9.1-RELEASE';
|
||||
$manPathDefault = 'FreeBSD 9.2-RELEASE';
|
||||
|
||||
%manPath = (
|
||||
'FreeBSD 9.0-RELEASE and Ports',
|
||||
|
@ -624,8 +624,8 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
|
||||
# keywords must be in lower cases.
|
||||
%manPathAliases = (
|
||||
'freebsd', 'FreeBSD 9.1-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 9.1-RELEASE',
|
||||
'freebsd', 'FreeBSD 9.2-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 9.2-RELEASE',
|
||||
|
||||
'freebsd-stable', 'FreeBSD 9.1-stable',
|
||||
'freebsd-stable9', 'FreeBSD 9.1-stable',
|
||||
|
|
Loading…
Reference in a new issue