summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwosch <wosch@c2e8774f-c49f-e111-b436-862b2bbc8956>2020-11-14 17:39:51 +0000
committerwosch <wosch@c2e8774f-c49f-e111-b436-862b2bbc8956>2020-11-14 17:39:51 +0000
commit0cc2264c9c5eaac9967802f8252671ae8718253e (patch)
treebf67ee3ba8daee732fe5bdd970f87f5349b03bc2
parentcdbe5689ec87bbf674a1b79946a2d8fdce9bfc0c (diff)
downloadfreebsd-doc-0cc2264c9c5eaac9967802f8252671ae8718253e.tar.gz
freebsd-doc-0cc2264c9c5eaac9967802f8252671ae8718253e.tar.bz2
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. git-svn-id: http://svn.freebsd.org/doc/head@54688 c2e8774f-c49f-e111-b436-862b2bbc8956
-rwxr-xr-xen_US.ISO8859-1/htdocs/cgi/man.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi
index f23b2bd89e..6f5acf4d5a 100755
--- a/en_US.ISO8859-1/htdocs/cgi/man.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi
@@ -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',