aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2025-09-06 18:00:05 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2025-09-06 18:00:05 +0000
commitaa27dc2857ba7b1f949901e6dfea1bfbfa3e29d0 (patch)
tree1eaed2d5428c2a178871e23fa7bad3d9c705ec2a
parent4ac37f3360d3c955a61ddc56ec7a1e85b50fe07d (diff)
-rwxr-xr-xwebsite/content/en/cgi/man.cgi11
1 files changed, 7 insertions, 4 deletions
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 6f1903bffd..5154aaba6c 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -436,9 +436,11 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
'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 15.0-CURRENT',
-"$manLocalDir/FreeBSD-15.0-CURRENT/man:$manLocalDir/FreeBSD-15.0-CURRENT/openssl/man",
+ 'FreeBSD 16.0-CURRENT',
+"$manLocalDir/FreeBSD-16.0-CURRENT/man:$manLocalDir/FreeBSD-16.0-CURRENT/openssl/man",
+ 'FreeBSD 15.0-STABLE',
+"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man",
'FreeBSD 14.3-STABLE',
"$manLocalDir/FreeBSD-14.3-STABLE/man:$manLocalDir/FreeBSD-14.3-STABLE/openssl/man",
'FreeBSD 14.3-RELEASE',
@@ -1207,11 +1209,12 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd', 'FreeBSD 14.3-RELEASE',
'freebsd-release', 'FreeBSD 14.3-RELEASE',
- 'freebsd-stable', 'FreeBSD 14.3-STABLE',
+ 'freebsd-stable', 'FreeBSD 15.0-STABLE',
+ 'freebsd-stable15', 'FreeBSD 15.0-STABLE',
'freebsd-stable14', 'FreeBSD 14.3-STABLE',
'freebsd-stable13', 'FreeBSD 13.5-STABLE',
- 'freebsd-current', 'FreeBSD 15.0-CURRENT',
+ 'freebsd-current', 'FreeBSD 16.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 14.3-RELEASE and Ports',
'freebsd-ports', 'FreeBSD Ports 14.3.quarterly',