Date: Thu, 2 Nov 2023 19:39:04 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: ac7684e51d - main - add FreeBSD 14.0-RELEASE manual pages Message-ID: <202311021939.3A2Jd4f9028966@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=ac7684e51dc60785ba9f9342deee853fe5086321 commit ac7684e51dc60785ba9f9342deee853fe5086321 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-11-02 19:38:30 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-11-02 19:38:30 +0000 add FreeBSD 14.0-RELEASE manual pages --- website/content/en/cgi/man.cgi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 510f160443..ece4bf626e 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -260,6 +260,9 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports'; %manPath = ( # supported RELEASES / STABLE / CURRENT + 'FreeBSD 14.0-RELEASE and Ports', +"$manLocalDir/FreeBSD-14.0-RELEASE/man:$manLocalDir/FreeBSD-14.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/misc", + 'FreeBSD 13.2-RELEASE and Ports', "$manLocalDir/FreeBSD-13.2-RELEASE/man:$manLocalDir/FreeBSD-13.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.2-RELEASE/man:$manLocalDir/FreeBSD-ports-13.2-RELEASE/misc", 'FreeBSD 13.1-RELEASE and Ports', @@ -327,6 +330,8 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports'; 'FreeBSD 14.0-STABLE', "$manLocalDir/FreeBSD-14.0-STABLE/man:$manLocalDir/FreeBSD-14.0-STABLE/openssl/man", + 'FreeBSD 14.0-RELEASE', +"$manLocalDir/FreeBSD-14.0-RELEASE/man:$manLocalDir/FreeBSD-14.0-RELEASE/openssl/man", 'FreeBSD 13.2-STABLE', "$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man", @@ -451,6 +456,7 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports'; 'FreeBSD Ports 13.0', "$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc", 'FreeBSD Ports 13.1', "$manLocalDir/FreeBSD-ports-13.1-RELEASE/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/misc", 'FreeBSD Ports 13.2', "$manLocalDir/FreeBSD-ports-13.2-RELEASE/man:$manLocalDir/FreeBSD-ports-13.2-RELEASE/misc", + 'FreeBSD Ports 14.0', "$manLocalDir/FreeBSD-ports-14.0-RELEASE/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/misc", # FreeBSD Releases + Ports
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311021939.3A2Jd4f9028966>
