Update the correct variable to set 11.1 as the default.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b0b14a42f1
commit
3f035fbbd8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50579
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ foreach my $os ( keys %$sectionpath ) {
|
|||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
# this should be the latest "release and ports"
|
||||
$manPathDefault = 'FreeBSD 11.0-RELEASE and Ports';
|
||||
$manPathDefault = 'FreeBSD 11.1-RELEASE and Ports';
|
||||
|
||||
%manPath = (
|
||||
# supported releases / stable / current
|
||||
|
|
Loading…
Reference in a new issue