Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2021 15:26:14 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2774979adb - main - fix 'FreeBSD 12.1-RELEASE' Reported by:	se
Message-ID:  <202105101526.14AFQEZ4059778@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2774979adb7df9d9f2950121216e426bae5ff234

commit 2774979adb7df9d9f2950121216e426bae5ff234
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2021-05-10 15:24:08 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2021-05-10 15:24:08 +0000

    fix 'FreeBSD 12.1-RELEASE'
    Reported by:    se
---
 website/content/en/cgi/man.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 39146a350a..a41cdd6739 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -301,7 +301,7 @@ $manPathDefault = 'FreeBSD 12.2-RELEASE and Ports';
 "$manLocalDir/FreeBSD-12.2-stable/man:$manLocalDir/FreeBSD-12.2-stable/openssl/man",
     'FreeBSD 12.2-RELEASE',
 "$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man",
-    'FreeBSD 12.2-RELEASE',
+    'FreeBSD 12.1-RELEASE',
 "$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man",
     'FreeBSD 12.0-RELEASE',
 "$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101526.14AFQEZ4059778>