diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2020-11-14 17:39:51 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2020-11-14 17:39:51 +0000 |
commit | f49153688b9d13258d88043ae150a7cb00840487 (patch) | |
tree | bf67ee3ba8daee732fe5bdd970f87f5349b03bc2 /en_US.ISO8859-1/htdocs | |
parent | f355c173baa6ea53681847b533b1b9b66b5b8646 (diff) | |
download | doc-f49153688b9d13258d88043ae150a7cb00840487.tar.gz doc-f49153688b9d13258d88043ae150a7cb00840487.zip |
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.
Notes
Notes:
svn path=/head/; revision=54688
Diffstat (limited to 'en_US.ISO8859-1/htdocs')
-rwxr-xr-x | en_US.ISO8859-1/htdocs/cgi/man.cgi | 6 |
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', |