git: 2493ecacfa - main - update FreeBSD stable/13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Sep 2024 15:18:36 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2493ecacfa596514b2a28003a04920aa32725840
commit 2493ecacfa596514b2a28003a04920aa32725840
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-09-14 15:18:25 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-09-14 15:18:25 +0000
update FreeBSD stable/13
---
website/content/en/cgi/man.cgi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 566eca0cf8..b288e5cf00 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -392,8 +392,8 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports';
'FreeBSD 14.0-RELEASE',
"$manLocalDir/FreeBSD-14.0-RELEASE/man:$manLocalDir/FreeBSD-14.0-RELEASE/openssl/man",
- 'FreeBSD 13.3-STABLE',
-"$manLocalDir/FreeBSD-13.3-STABLE/man:$manLocalDir/FreeBSD-13.3-STABLE/openssl/man",
+ 'FreeBSD 13.4-STABLE',
+"$manLocalDir/FreeBSD-13.4-STABLE/man:$manLocalDir/FreeBSD-13.4-STABLE/openssl/man",
'FreeBSD 13.4-RELEASE',
"$manLocalDir/FreeBSD-13.4-RELEASE/man:$manLocalDir/FreeBSD-13.4-RELEASE/openssl/man",
'FreeBSD 13.3-RELEASE',
@@ -1117,7 +1117,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-stable', 'FreeBSD 14.1-STABLE',
'freebsd-stable14', 'FreeBSD 14.1-STABLE',
- 'freebsd-stable13', 'FreeBSD 13.3-STABLE',
+ 'freebsd-stable13', 'FreeBSD 13.4-STABLE',
'freebsd-current', 'FreeBSD 15.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 14.1-RELEASE and Ports',