git: 5db70ab17b - main - man.cgi: update to include 13.1-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 May 2022 20:43:11 UTC
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=5db70ab17b912db26e5420a1f280017a012497f1 commit 5db70ab17b912db26e5420a1f280017a012497f1 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2022-05-16 20:42:55 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2022-05-16 20:42:55 +0000 man.cgi: update to include 13.1-RELEASE Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/cgi/man.cgi | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index e0024deaab..60c9fe795e 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -241,10 +241,12 @@ foreach my $os ( keys %$sectionpath ) { $manLocalDir = '/usr/local/www/bsddoc/man'; # this should be the latest "release and ports" -$manPathDefault = 'FreeBSD 13.0-RELEASE and Ports'; +$manPathDefault = 'FreeBSD 13.1-RELEASE and Ports'; %manPath = ( # supported releases / stable / current + 'FreeBSD 13.1-RELEASE and Ports', +"$manLocalDir/FreeBSD-13.1-RELEASE/man:$manLocalDir/FreeBSD-13.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/misc", '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.3-RELEASE and Ports', @@ -302,8 +304,10 @@ $manPathDefault = 'FreeBSD 13.0-RELEASE and Ports'; '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.1-stable', +"$manLocalDir/FreeBSD-13.1-stable/man:$manLocalDir/FreeBSD-13.1-stable/openssl/man", + 'FreeBSD 13.1-RELEASE', +"$manLocalDir/FreeBSD-13.1-RELEASE/man:$manLocalDir/FreeBSD-13.1-RELEASE/openssl/man", 'FreeBSD 13.0-RELEASE', "$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man", @@ -421,6 +425,7 @@ $manPathDefault = 'FreeBSD 13.0-RELEASE and Ports'; 'FreeBSD Ports 12.2', "$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc", 'FreeBSD Ports 12.3', "$manLocalDir/FreeBSD-ports-12.3-RELEASE/man:$manLocalDir/FreeBSD-ports-12.3-RELEASE/misc", 'FreeBSD Ports 13.0', "$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", + 'FreeBSD Ports 13.1', "$manLocalDir/FreeBSD-ports-13.1-RELEASE/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/misc", # FreeBSD Releases + Ports @@ -917,17 +922,17 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 13.0-RELEASE', - 'freebsd-release', 'FreeBSD 13.0-RELEASE', + 'freebsd', 'FreeBSD 13.1-RELEASE', + 'freebsd-release', 'FreeBSD 13.1-RELEASE', - 'freebsd-stable', 'FreeBSD 13.0-stable', - 'freebsd-stable13', 'FreeBSD 13.0-stable', + 'freebsd-stable', 'FreeBSD 13.1-stable', + 'freebsd-stable13', 'FreeBSD 13.1-stable', 'freebsd-stable12', 'FreeBSD 12.3-stable', 'freebsd-stable11', 'FreeBSD 11.4-stable', 'freebsd-current', 'FreeBSD 14.0-current', - 'freebsd-release-ports', 'FreeBSD 13.0-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 13.0', + 'freebsd-release-ports', 'FreeBSD 13.1-RELEASE and Ports', + 'freebsd-ports', 'FreeBSD Ports 13.1', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9',