git: b6ec3e9fa2 - main - add 'FreeBSD Ports 13.0' manual pages Reported by: se
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=b6ec3e9fa221bd1f302dad98868c12545c2a035c commit b6ec3e9fa221bd1f302dad98868c12545c2a035c Author: Wolfram Schneider <[email protected]> AuthorDate: 2021-05-10 16:38:21 +0000 Commit: Wolfram Schneider <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"