Rename FreeBSD 13-current to FreeBSD 13.0-current
This will make sure that FreeBSD 13.0-current is the first entry in the drop down list, and is also in sync with the -stable release numbers schema.
This commit is contained in:
parent
f355c173ba
commit
f49153688b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54688
1 changed files with 3 additions and 3 deletions
|
@ -293,8 +293,8 @@ $manPathDefault = 'FreeBSD 12.2-RELEASE and Ports';
|
|||
'FreeBSD 6.4-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE",
|
||||
|
||||
'FreeBSD 13-current',
|
||||
"$manLocalDir/FreeBSD-13-current/man:$manLocalDir/FreeBSD-13-current/openssl/man",
|
||||
'FreeBSD 13.0-current',
|
||||
"$manLocalDir/FreeBSD-13.0-current/man:$manLocalDir/FreeBSD-13.0-current/openssl/man",
|
||||
|
||||
'FreeBSD 12.2-stable',
|
||||
"$manLocalDir/FreeBSD-12.2-stable/man:$manLocalDir/FreeBSD-12.2-stable/openssl/man",
|
||||
|
@ -904,7 +904,7 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
'freebsd-stable11', 'FreeBSD 11.3-stable',
|
||||
'freebsd-stable10', 'FreeBSD 10.4-stable',
|
||||
|
||||
'freebsd-current', 'FreeBSD 13-current',
|
||||
'freebsd-current', 'FreeBSD 13.0-current',
|
||||
'freebsd-release-ports', 'FreeBSD 12.2-RELEASE and Ports',
|
||||
'freebsd-ports', 'FreeBSD Ports 12.2',
|
||||
|
||||
|
|
Loading…
Reference in a new issue