git: a2fd8d41fd - main - update FreeBSD-14.0-CURRENT and FreeBSD-13.1-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 10:27:35 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a2fd8d41fd491124276f78cd569764b14cb24ddf
commit a2fd8d41fd491124276f78cd569764b14cb24ddf
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-12-10 10:27:09 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-12-10 10:27:09 +0000
update FreeBSD-14.0-CURRENT and FreeBSD-13.1-STABLE
---
website/content/en/cgi/man.cgi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index bdd6084fd5..95563b3847 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -310,8 +310,8 @@ $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports';
'FreeBSD 6.4-RELEASE and Ports',
"$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE",
- 'FreeBSD 14.0-current',
-"$manLocalDir/FreeBSD-14.0-current/man:$manLocalDir/FreeBSD-14.0-current/openssl/man",
+ 'FreeBSD 14.0-CURRENT',
+"$manLocalDir/FreeBSD-14.0-CURRENT/man:$manLocalDir/FreeBSD-14.0-CURRENT/openssl/man",
'FreeBSD 13.1-stable',
"$manLocalDir/FreeBSD-13.1-stable/man:$manLocalDir/FreeBSD-13.1-stable/openssl/man",
@@ -931,11 +931,11 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd', 'FreeBSD 13.1-RELEASE',
'freebsd-release', 'FreeBSD 13.1-RELEASE',
- 'freebsd-stable', 'FreeBSD 13.1-stable',
- 'freebsd-stable13', 'FreeBSD 13.1-stable',
+ 'freebsd-stable', 'FreeBSD 13.1-STABLE',
+ 'freebsd-stable13', 'FreeBSD 13.1-STABLE',
'freebsd-stable12', 'FreeBSD 12.4-STABLE',
- 'freebsd-current', 'FreeBSD 14.0-current',
+ 'freebsd-current', 'FreeBSD 14.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 13.1-RELEASE and Ports',
'freebsd-ports', 'FreeBSD Ports 13.1',