diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -240,10 +240,12 @@ $manLocalDir = '/usr/local/www/bsddoc/man'; # this should be the latest "release and ports" -$manPathDefault = 'FreeBSD 12.2-RELEASE and Ports'; +$manPathDefault = 'FreeBSD 13.0-RELEASE and Ports'; %manPath = ( # supported releases / stable / current + 'FreeBSD 13.0-RELEASE and Ports', +"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", 'FreeBSD 12.2-RELEASE and Ports', "$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc", 'FreeBSD 12.1-RELEASE and Ports', @@ -294,14 +296,19 @@ '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.0-current', -"$manLocalDir/FreeBSD-13.0-current/man:$manLocalDir/FreeBSD-13.0-current/openssl/man", + 'FreeBSD 14.0-current', +"$manLocalDir/FreeBSD-14.0-current/man:$manLocalDir/FreeBSD-14.0-current/openssl/man", + + 'FreeBSD 13.0-stable', +"$manLocalDir/FreeBSD-13.0-stable/man:$manLocalDir/FreeBSD-13.0-stable/openssl/man", + 'FreeBSD 13.0-RELEASE', +"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man", 'FreeBSD 12.2-stable', "$manLocalDir/FreeBSD-12.2-stable/man:$manLocalDir/FreeBSD-12.2-stable/openssl/man", 'FreeBSD 12.2-RELEASE', "$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man", - 'FreeBSD 12.2-RELEASE', + 'FreeBSD 12.1-RELEASE', "$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man", 'FreeBSD 12.0-RELEASE', "$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man", @@ -407,6 +414,7 @@ 'FreeBSD Ports 12.0', "$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc", 'FreeBSD Ports 12.1', "$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc", 'FreeBSD Ports 12.2', "$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc", + 'FreeBSD Ports 13.0', "$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", # FreeBSD Releases + Ports @@ -899,17 +907,18 @@ # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 12.2-RELEASE', - 'freebsd-release', 'FreeBSD 12.2-RELEASE', + 'freebsd', 'FreeBSD 13.0-RELEASE', + 'freebsd-release', 'FreeBSD 13.0-RELEASE', - 'freebsd-stable', 'FreeBSD 12.2-stable', + 'freebsd-stable', 'FreeBSD 13.0-stable', + 'freebsd-stable13', 'FreeBSD 13.0-stable', 'freebsd-stable12', 'FreeBSD 12.2-stable', 'freebsd-stable11', 'FreeBSD 11.3-stable', 'freebsd-stable10', 'FreeBSD 10.4-stable', - 'freebsd-current', 'FreeBSD 13.0-current', - 'freebsd-release-ports', 'FreeBSD 12.2-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 12.2', + 'freebsd-current', 'FreeBSD 14.0-current', + 'freebsd-release-ports', 'FreeBSD 13.0-RELEASE and Ports', + 'freebsd-ports', 'FreeBSD Ports 13.0', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9',