git: e4a8fd6d25 - main - update FreeBSD stable/13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 00:08:00 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=e4a8fd6d258e0d64b2676c079e8117b3b8ea80b8
commit e4a8fd6d258e0d64b2676c079e8117b3b8ea80b8
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-03-13 00:07:54 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-03-13 00:07:54 +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 ae434086c6..b2d6496ef9 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -335,8 +335,8 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports';
'FreeBSD 14.0-RELEASE',
"$manLocalDir/FreeBSD-14.0-RELEASE/man:$manLocalDir/FreeBSD-14.0-RELEASE/openssl/man",
- 'FreeBSD 13.2-STABLE',
-"$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man",
+ 'FreeBSD 13.3-STABLE',
+"$manLocalDir/FreeBSD-13.3-STABLE/man:$manLocalDir/FreeBSD-13.3-STABLE/openssl/man",
'FreeBSD 13.3-RELEASE',
"$manLocalDir/FreeBSD-13.3-RELEASE/man:$manLocalDir/FreeBSD-13.3-RELEASE/openssl/man",
'FreeBSD 13.2-RELEASE',
@@ -971,7 +971,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-stable', 'FreeBSD 14.0-STABLE',
'freebsd-stable14', 'FreeBSD 14.0-STABLE',
- 'freebsd-stable13', 'FreeBSD 13.2-STABLE',
+ 'freebsd-stable13', 'FreeBSD 13.3-STABLE',
'freebsd-current', 'FreeBSD 15.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 14.0-RELEASE and Ports',