From f49153688b9d13258d88043ae150a7cb00840487 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 14 Nov 2020 17:39:51 +0000 Subject: [PATCH] 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. --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 6 +++--- 1 file 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',