git: a5dc02fc9e - main - update to FreeBSD 12.4-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 10:27:34 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a5dc02fc9e4d6c15df313f17b518a716ab898d19
commit a5dc02fc9e4d6c15df313f17b518a716ab898d19
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-12-10 10:20:35 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-12-10 10:20:35 +0000
update to FreeBSD 12.4-STABLE
---
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 80e75d6929..bdd6084fd5 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -320,8 +320,8 @@ $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports';
'FreeBSD 13.0-RELEASE',
"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man",
- 'FreeBSD 12.3-stable',
-"$manLocalDir/FreeBSD-12.3-stable/man:$manLocalDir/FreeBSD-12.3-stable/openssl/man",
+ 'FreeBSD 12.4-STABLE',
+"$manLocalDir/FreeBSD-12.4-STABLE/man:$manLocalDir/FreeBSD-12.4-STABLE/openssl/man",
'FreeBSD 12.3-RELEASE',
"$manLocalDir/FreeBSD-12.3-RELEASE/man:$manLocalDir/FreeBSD-12.3-RELEASE/openssl/man",
'FreeBSD 12.2-RELEASE',
@@ -933,7 +933,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-stable', 'FreeBSD 13.1-stable',
'freebsd-stable13', 'FreeBSD 13.1-stable',
- 'freebsd-stable12', 'FreeBSD 12.3-stable',
+ 'freebsd-stable12', 'FreeBSD 12.4-STABLE',
'freebsd-current', 'FreeBSD 14.0-current',
'freebsd-release-ports', 'FreeBSD 13.1-RELEASE and Ports',