git: aa27dc2857 - main - add FreeBSD 15.0-STABLE and FreeBSD 16.0-CURRENT manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Sep 2025 18:01:08 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=aa27dc2857ba7b1f949901e6dfea1bfbfa3e29d0
commit aa27dc2857ba7b1f949901e6dfea1bfbfa3e29d0
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-09-06 18:00:05 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-09-06 18:00:05 +0000
add FreeBSD 15.0-STABLE and FreeBSD 16.0-CURRENT manpages
---
website/content/en/cgi/man.cgi | 11 +++++++----
1 file 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',