git: 03ff1f0268 - main - update FreeBSD stable/13

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 12 Feb 2023 12:21:18 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=03ff1f02683c19bd5d40c808804c7d6b49369c94

commit 03ff1f02683c19bd5d40c808804c7d6b49369c94
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-02-12 12:20:51 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-02-12 12:20:51 +0000

    update FreeBSD stable/13
---
 website/content/en/cgi/man.cgi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 6353e160b5..1016c322a1 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -317,8 +317,8 @@ $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports';
     '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",
+    'FreeBSD 13.2-STABLE',
+"$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man",
     'FreeBSD 13.1-RELEASE',
 "$manLocalDir/FreeBSD-13.1-RELEASE/man:$manLocalDir/FreeBSD-13.1-RELEASE/openssl/man",
     'FreeBSD 13.0-RELEASE',
@@ -939,8 +939,8 @@ 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.2-STABLE',
+    'freebsd-stable13', 'FreeBSD 13.2-STABLE',
     'freebsd-stable12', 'FreeBSD 12.4-STABLE',
 
     'freebsd-current',       'FreeBSD 14.0-CURRENT',