Set man.cgi to use 11.1-RELEASE as the default.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
dc422cd177
commit
b0b14a42f1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50578
1 changed files with 2 additions and 2 deletions
|
@ -800,8 +800,8 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
|
||||
# keywords must be in lower cases.
|
||||
%manPathAliases = (
|
||||
'freebsd', 'FreeBSD 11.0-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 11.0-RELEASE',
|
||||
'freebsd', 'FreeBSD 11.1-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 11.1-RELEASE',
|
||||
|
||||
'freebsd-stable', 'FreeBSD 10.3-stable',
|
||||
'freebsd-stable11', 'FreeBSD 11.1-stable',
|
||||
|
|
Loading…
Reference in a new issue