Date: Sun, 1 Dec 2024 16:35:58 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 8b0fd1de7a - main - add FreeBSD 14.2-RELEASE & ports manual pages Message-ID: <202412011635.4B1GZwRs003812@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=8b0fd1de7ab59dc59536f62f675d028b24251a5c commit 8b0fd1de7ab59dc59536f62f675d028b24251a5c Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-12-01 16:34:58 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-12-01 16:34:58 +0000 add FreeBSD 14.2-RELEASE & ports manual pages Approved by: re --- 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 7945ec2b6d..f24cf33b03 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -308,10 +308,12 @@ foreach my $os ( keys %$sectionpath ) { $manLocalDir = '/usr/local/www/bsddoc/man'; # this should be the latest "release and ports" -$manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; +$manPathDefault = 'FreeBSD 14.2-RELEASE and Ports'; %manPath = ( # supported RELEASES / STABLE / CURRENT + 'FreeBSD 14.2-RELEASE and Ports', +"$manLocalDir/FreeBSD-14.2-RELEASE/man:$manLocalDir/FreeBSD-14.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc", 'FreeBSD 14.1-RELEASE and Ports', "$manLocalDir/FreeBSD-14.1-RELEASE/man:$manLocalDir/FreeBSD-14.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc", 'FreeBSD 14.0-RELEASE and Ports', @@ -386,8 +388,10 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; 'FreeBSD 15.0-CURRENT', "$manLocalDir/FreeBSD-15.0-CURRENT/man:$manLocalDir/FreeBSD-15.0-CURRENT/openssl/man", - 'FreeBSD 14.1-STABLE', -"$manLocalDir/FreeBSD-14.1-STABLE/man:$manLocalDir/FreeBSD-14.1-STABLE/openssl/man", + 'FreeBSD 14.2-STABLE', +"$manLocalDir/FreeBSD-14.2-STABLE/man:$manLocalDir/FreeBSD-14.2-STABLE/openssl/man", + 'FreeBSD 14.2-RELEASE', +"$manLocalDir/FreeBSD-14.2-RELEASE/man:$manLocalDir/FreeBSD-14.2-RELEASE/openssl/man", 'FreeBSD 14.1-RELEASE', "$manLocalDir/FreeBSD-14.1-RELEASE/man:$manLocalDir/FreeBSD-14.1-RELEASE/openssl/man", 'FreeBSD 14.0-RELEASE', @@ -522,6 +526,7 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; 'FreeBSD Ports 13.4', "$manLocalDir/FreeBSD-ports-13.4-RELEASE/man:$manLocalDir/FreeBSD-ports-13.4-RELEASE/misc", 'FreeBSD Ports 14.0', "$manLocalDir/FreeBSD-ports-14.0-RELEASE/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/misc", 'FreeBSD Ports 14.1', "$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc", + 'FreeBSD Ports 14.2', "$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc", # FreeBSD Releases + Ports @@ -1116,16 +1121,16 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 14.1-RELEASE', - 'freebsd-release', 'FreeBSD 14.1-RELEASE', + 'freebsd', 'FreeBSD 14.2-RELEASE', + 'freebsd-release', 'FreeBSD 14.2-RELEASE', - 'freebsd-stable', 'FreeBSD 14.1-STABLE', - 'freebsd-stable14', 'FreeBSD 14.1-STABLE', + 'freebsd-stable', 'FreeBSD 14.2-STABLE', + 'freebsd-stable14', 'FreeBSD 14.2-STABLE', 'freebsd-stable13', 'FreeBSD 13.4-STABLE', 'freebsd-current', 'FreeBSD 15.0-CURRENT', - 'freebsd-release-ports', 'FreeBSD 14.1-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 14.1', + 'freebsd-release-ports', 'FreeBSD 14.2-RELEASE and Ports', + 'freebsd-ports', 'FreeBSD Ports 14.2', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412011635.4B1GZwRs003812>