svn commit: r54688 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Sat Nov 14 17:39:51 UTC 2020
Author: wosch
Date: Sat Nov 14 17:39:51 2020
New Revision: 54688
URL: https://svnweb.freebsd.org/changeset/doc/54688
Log:
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.
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Thu Nov 12 12:34:25 2020 (r54687)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sat Nov 14 17:39:51 2020 (r54688)
@@ -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',
More information about the svn-doc-head
mailing list