Update the default release version for manual pages.
Submitted by: theraven Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b819dd7e86
commit
07901e03d9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47223
1 changed files with 3 additions and 3 deletions
|
@ -220,7 +220,7 @@ foreach my $os ( keys %$sectionpath ) {
|
|||
);
|
||||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
$manPathDefault = 'FreeBSD 10.1-RELEASE';
|
||||
$manPathDefault = 'FreeBSD 10.2-RELEASE';
|
||||
|
||||
%manPath = (
|
||||
'FreeBSD 10.1-RELEASE and Ports',
|
||||
|
@ -749,8 +749,8 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
|
||||
# keywords must be in lower cases.
|
||||
%manPathAliases = (
|
||||
'freebsd', 'FreeBSD 10.1-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 10.1-RELEASE',
|
||||
'freebsd', 'FreeBSD 10.2-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 10.2-RELEASE',
|
||||
|
||||
'freebsd-stable', 'FreeBSD 10.2-stable',
|
||||
'freebsd-stable10', 'FreeBSD 10.2-stable',
|
||||
|
|
Loading…
Reference in a new issue