git: da45cad304 - main - fix FreeBSD 13.2-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Apr 2023 18:07:00 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=da45cad3048849c3d7df2c7eac00e7f4ac57d0b1
commit da45cad3048849c3d7df2c7eac00e7f4ac57d0b1
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-04-11 18:06:53 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-04-11 18:06:53 +0000
fix FreeBSD 13.2-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 72d5781162..33985f929a 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -320,7 +320,7 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports';
'FreeBSD 14.0-CURRENT',
"$manLocalDir/FreeBSD-14.0-CURRENT/man:$manLocalDir/FreeBSD-14.0-CURRENT/openssl/man",
- 'FreeBSD 13.3-STABLE',
+ 'FreeBSD 13.2-STABLE',
"$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man",
'FreeBSD 13.2-RELEASE',
"$manLocalDir/FreeBSD-13.2-RELEASE/man:$manLocalDir/FreeBSD-13.2-RELEASE/openssl/man",
@@ -947,8 +947,8 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd', 'FreeBSD 13.2-RELEASE',
'freebsd-release', 'FreeBSD 13.2-RELEASE',
- 'freebsd-stable', 'FreeBSD 13.3-STABLE',
- 'freebsd-stable13', 'FreeBSD 13.3-STABLE',
+ 'freebsd-stable', 'FreeBSD 13.2-STABLE',
+ 'freebsd-stable13', 'FreeBSD 13.2-STABLE',
'freebsd-stable12', 'FreeBSD 12.4-STABLE',
'freebsd-current', 'FreeBSD 14.0-CURRENT',