git: b81acfae99 - main - add FreeBSD 14.5-RELEASE & ports manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 11:34:29 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=b81acfae993c913e42ed542539fdc67f4a1c87a3
commit b81acfae993c913e42ed542539fdc67f4a1c87a3
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-09-05 11:32:12 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-09-05 11:32:12 +0000
add FreeBSD 14.5-RELEASE & ports manual pages
Approved by: re
Event: Berlin Hackathon 202609
---
website/content/en/cgi/man.cgi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 513491ba44..9917450809 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -386,6 +386,8 @@ $manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly';
'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.5-RELEASE and Ports',
+"$manLocalDir/FreeBSD-14.5-RELEASE/man:$manLocalDir/FreeBSD-14.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.5-RELEASE/man:$manLocalDir/FreeBSD-ports-14.5-RELEASE/misc",
'FreeBSD 14.4-RELEASE and Ports',
"$manLocalDir/FreeBSD-14.4-RELEASE/man:$manLocalDir/FreeBSD-14.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.4-RELEASE/man:$manLocalDir/FreeBSD-ports-14.4-RELEASE/misc",
'FreeBSD 14.3-RELEASE and Ports',
@@ -477,6 +479,8 @@ $manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly';
'FreeBSD 14.5-STABLE',
"$manLocalDir/FreeBSD-14.5-STABLE/man:$manLocalDir/FreeBSD-14.5-STABLE/openssl/man",
+ 'FreeBSD 14.5-RELEASE',
+"$manLocalDir/FreeBSD-14.5-RELEASE/man:$manLocalDir/FreeBSD-14.5-RELEASE/openssl/man",
'FreeBSD 14.4-RELEASE',
"$manLocalDir/FreeBSD-14.4-RELEASE/man:$manLocalDir/FreeBSD-14.4-RELEASE/openssl/man",
'FreeBSD 14.3-RELEASE',
@@ -621,6 +625,7 @@ $manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly';
'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.4', "$manLocalDir/FreeBSD-ports-14.4-RELEASE/man:$manLocalDir/FreeBSD-ports-14.4-RELEASE/misc",
+ 'FreeBSD Ports 14.5', "$manLocalDir/FreeBSD-ports-14.5-RELEASE/man:$manLocalDir/FreeBSD-ports-14.5-RELEASE/misc",
'FreeBSD Ports 15.0', "$manLocalDir/FreeBSD-ports-15.0-RELEASE/man:$manLocalDir/FreeBSD-ports-15.0-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",