Date: Mon, 10 May 2021 16:42:10 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b6ec3e9fa2 - main - add 'FreeBSD Ports 13.0' manual pages Reported by: se Message-ID: <202105101642.14AGgAdi063803@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=b6ec3e9fa221bd1f302dad98868c12545c2a035c commit b6ec3e9fa221bd1f302dad98868c12545c2a035c Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2021-05-10 16:38:21 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2021-05-10 16:38:21 +0000 add 'FreeBSD Ports 13.0' manual pages Reported by: se --- website/content/en/cgi/man.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 04fe768112..a0fc7aaef4 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -244,6 +244,8 @@ $manPathDefault = 'FreeBSD 12.2-RELEASE and Ports'; %manPath = ( # supported releases / stable / current + 'FreeBSD 13.0-RELEASE and Ports', +"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", 'FreeBSD 12.2-RELEASE and Ports', "$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc", 'FreeBSD 12.1-RELEASE and Ports', @@ -412,6 +414,7 @@ $manPathDefault = 'FreeBSD 12.2-RELEASE and Ports'; 'FreeBSD Ports 12.0', "$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc", 'FreeBSD Ports 12.1', "$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc", 'FreeBSD Ports 12.2', "$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc", + 'FreeBSD Ports 13.0', "$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", # FreeBSD Releases + Ports
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101642.14AGgAdi063803>