git: c229b007ab - main - add FreeBSD 13.3-RELEASE manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 00:07:59 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=c229b007ab195c7a7315140ad3292f2029c0b16a commit c229b007ab195c7a7315140ad3292f2029c0b16a Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-03-13 00:03:46 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-03-13 00:03:46 +0000 add FreeBSD 13.3-RELEASE manual pages --- website/content/en/cgi/man.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index d39ded3f87..ae434086c6 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -263,6 +263,8 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports'; '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.3-RELEASE and Ports', +"$manLocalDir/FreeBSD-13.3-RELEASE/man:$manLocalDir/FreeBSD-13.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.3-RELEASE/man:$manLocalDir/FreeBSD-ports-13.3-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', @@ -335,6 +337,8 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports'; 'FreeBSD 13.2-STABLE', "$manLocalDir/FreeBSD-13.2-STABLE/man:$manLocalDir/FreeBSD-13.2-STABLE/openssl/man", + 'FreeBSD 13.3-RELEASE', +"$manLocalDir/FreeBSD-13.3-RELEASE/man:$manLocalDir/FreeBSD-13.3-RELEASE/openssl/man", 'FreeBSD 13.2-RELEASE', "$manLocalDir/FreeBSD-13.2-RELEASE/man:$manLocalDir/FreeBSD-13.2-RELEASE/openssl/man", 'FreeBSD 13.1-RELEASE', @@ -454,6 +458,7 @@ $manPathDefault = 'FreeBSD 14.0-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 13.3', "$manLocalDir/FreeBSD-ports-13.3-RELEASE/man:$manLocalDir/FreeBSD-ports-13.3-RELEASE/misc", 'FreeBSD Ports 14.0', "$manLocalDir/FreeBSD-ports-14.0-RELEASE/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/misc",