git: 691d09b513 - main - add FreeBSD 15.0-RELEASE & ports manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Nov 2025 08:46:31 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=691d09b513bd58ffbd7fc532fb5c754e336ab435
commit 691d09b513bd58ffbd7fc532fb5c754e336ab435
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-11-30 08:45:41 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-11-30 08:45:41 +0000
add FreeBSD 15.0-RELEASE & ports manual pages
Approved by: re
---
website/content/en/cgi/man.cgi | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index c10298cfc4..1dd995a27f 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -357,10 +357,13 @@ foreach my $os ( keys %$sectionpath ) {
$manLocalDir = '/usr/local/www/bsddoc/man';
# this should be the latest "release and ports"
-$manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
+$manPathDefault = 'FreeBSD 15.0-RELEASE and Ports';
%manPath = (
# supported RELEASES / STABLE / CURRENT
+ '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",
+
'FreeBSD 14.3-RELEASE and Ports',
"$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
'FreeBSD 14.2-RELEASE and Ports',
@@ -441,6 +444,9 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
'FreeBSD 16.0-CURRENT',
"$manLocalDir/FreeBSD-16.0-CURRENT/man:$manLocalDir/FreeBSD-16.0-CURRENT/openssl/man",
+ 'FreeBSD 15.0-RELEASE',
+"$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man",
+
'FreeBSD 15.0-STABLE',
"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man",
'FreeBSD 14.3-STABLE',
@@ -589,6 +595,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
'FreeBSD Ports 14.2', "$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc",
'FreeBSD Ports 14.3', "$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc",
'FreeBSD Ports 14.3.quarterly', "$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
+ 'FreeBSD Ports 15.0', "$manLocalDir/FreeBSD-ports-15.0-RELEASE/man:$manLocalDir/FreeBSD-ports-15.0-RELEASE/misc",
# FreeBSD Releases + Ports
@@ -1222,8 +1229,8 @@ while ( ( $key, $val ) = each %manPath ) {
# keywords must be in lower cases.
%manPathAliases = (
- 'freebsd', 'FreeBSD 14.3-RELEASE',
- 'freebsd-release', 'FreeBSD 14.3-RELEASE',
+ 'freebsd', 'FreeBSD 15.0-RELEASE',
+ 'freebsd-release', 'FreeBSD 15.0-RELEASE',
'freebsd-stable', 'FreeBSD 15.0-STABLE',
'freebsd-stable15', 'FreeBSD 15.0-STABLE',
@@ -1231,8 +1238,8 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-stable13', 'FreeBSD 13.5-STABLE',
'freebsd-current', 'FreeBSD 16.0-CURRENT',
- 'freebsd-release-ports', 'FreeBSD 14.3-RELEASE and Ports',
- 'freebsd-ports', 'FreeBSD Ports 14.3.quarterly',
+ 'freebsd-release-ports', 'FreeBSD 15.0-RELEASE and Ports',
+ 'freebsd-ports', 'FreeBSD Ports 15.0',
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat 9',