Date: Sun, 14 Jun 2026 10:14:57 +0000 From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 84f5735c4d - main - add FreeBSD 15.1-RELEASE & ports manual pages Message-ID: <6a2e7f21.3c5b6.680e7d15@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=84f5735c4d3166d1171ba048bdfaeba936da00c0 commit 84f5735c4d3166d1171ba048bdfaeba936da00c0 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2026-06-14 10:14:13 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2026-06-14 10:14:54 +0000 add FreeBSD 15.1-RELEASE & ports manual pages Approved by: re --- website/content/en/cgi/man.cgi | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 8a1b088cd4..84c94a46ef 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -373,12 +373,14 @@ foreach my $os ( keys %$sectionpath ) { $manLocalDir = '/usr/local/www/bsddoc/man'; # this should be the latest "release and ports" -$manPathDefault = 'FreeBSD 15.0-RELEASE and Ports.quarterly'; +$manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly'; %manPath = ( # supported RELEASES / STABLE / CURRENT - 'FreeBSD 15.0-RELEASE and Ports.quarterly', -"$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/misc", + 'FreeBSD 15.1-RELEASE and Ports.quarterly', +"$manLocalDir/FreeBSD-15.1-RELEASE/man:$manLocalDir/FreeBSD-15.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/misc", + 'FreeBSD 15.1-RELEASE and Ports', +"$manLocalDir/FreeBSD-15.1-RELEASE/man:$manLocalDir/FreeBSD-15.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-15.1-RELEASE/man:$manLocalDir/FreeBSD-ports-15.1-RELEASE/misc", 'FreeBSD 15.0-RELEASE and Ports', "$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-15.0-RELEASE/man:$manLocalDir/FreeBSD-ports-15.0-RELEASE/misc", @@ -466,6 +468,8 @@ $manPathDefault = 'FreeBSD 15.0-RELEASE and Ports.quarterly'; 'FreeBSD 15.1-STABLE', "$manLocalDir/FreeBSD-15.1-STABLE/man:$manLocalDir/FreeBSD-15.1-STABLE/openssl/man", + 'FreeBSD 15.1-RELEASE', +"$manLocalDir/FreeBSD-15.1-RELEASE/man:$manLocalDir/FreeBSD-15.1-RELEASE/openssl/man", 'FreeBSD 15.0-RELEASE', "$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man", @@ -618,7 +622,8 @@ $manPathDefault = 'FreeBSD 15.0-RELEASE and Ports.quarterly'; 'FreeBSD Ports 14.3', "$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc", 'FreeBSD Ports 14.4', "$manLocalDir/FreeBSD-ports-14.4-RELEASE/man:$manLocalDir/FreeBSD-ports-14.4-RELEASE/misc", 'FreeBSD Ports 15.0', "$manLocalDir/FreeBSD-ports-15.0-RELEASE/man:$manLocalDir/FreeBSD-ports-15.0-RELEASE/misc", - 'FreeBSD Ports 15.0.quarterly', "$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/misc", + 'FreeBSD Ports 15.1', "$manLocalDir/FreeBSD-ports-15.1-RELEASE/man:$manLocalDir/FreeBSD-ports-15.1-RELEASE/misc", + 'FreeBSD Ports 15.1.quarterly', "$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-15.quarterly-RELEASE/misc", # FreeBSD Releases + Ports @@ -1258,8 +1263,8 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 15.0-RELEASE', - 'freebsd-release', 'FreeBSD 15.0-RELEASE', + 'freebsd', 'FreeBSD 15.1-RELEASE', + 'freebsd-release', 'FreeBSD 15.1-RELEASE', 'freebsd-stable', 'FreeBSD 15.1-STABLE', 'freebsd-stable15', 'FreeBSD 15.1-STABLE', @@ -1267,7 +1272,7 @@ while ( ( $key, $val ) = each %manPath ) { 'freebsd-stable13', 'FreeBSD 13.5-STABLE', 'freebsd-current', 'FreeBSD 16.0-CURRENT', - 'freebsd-release-ports', 'FreeBSD 15.0-RELEASE and Ports', + 'freebsd-release-ports', 'FreeBSD 15.1-RELEASE and Ports', 'freebsd-ports', 'FreeBSD Ports 15.0.quarterly', 'slackware', 'Linux Slackware 3.1',home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e7f21.3c5b6.680e7d15>
