git: 13362dd3ac - main - add FreeBSD 14.0-STABLE manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Sep 2023 06:47:18 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=13362dd3aca6b3115c62da1de28180fcfc134181
commit 13362dd3aca6b3115c62da1de28180fcfc134181
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-09-02 06:44:17 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-09-02 06:44:17 +0000
add FreeBSD 14.0-STABLE manual pages
---
website/content/en/cgi/man.cgi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 33985f929a..526c847dc6 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -320,6 +320,9 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports';
'FreeBSD 14.0-CURRENT',
"$manLocalDir/FreeBSD-14.0-CURRENT/man:$manLocalDir/FreeBSD-14.0-CURRENT/openssl/man",
+ 'FreeBSD 14.0-STABLE',
+"$manLocalDir/FreeBSD-14.0-STABLE/man:$manLocalDir/FreeBSD-14.0-STABLE/openssl/man",
+
'FreeBSD 13.2-STABLE',
"$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man",
'FreeBSD 13.2-RELEASE',
@@ -947,7 +950,8 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd', 'FreeBSD 13.2-RELEASE',
'freebsd-release', 'FreeBSD 13.2-RELEASE',
- 'freebsd-stable', 'FreeBSD 13.2-STABLE',
+ 'freebsd-stable', 'FreeBSD 14.0-STABLE',
+ 'freebsd-stable14', 'FreeBSD 14.0-STABLE',
'freebsd-stable13', 'FreeBSD 13.2-STABLE',
'freebsd-stable12', 'FreeBSD 12.4-STABLE',