Date: Sat, 14 Sep 2024 10:34:05 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: d3e050e1d4 - main - add FreeBSD 13.4-RELEASE manual pages Message-ID: <202409141034.48EAY5cT038074@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=d3e050e1d404412b6b949119c18264174a8c36c0 commit d3e050e1d404412b6b949119c18264174a8c36c0 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-09-14 10:32:02 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-09-14 10:33:46 +0000 add FreeBSD 13.4-RELEASE manual pages Approved by: re --- 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 d0d09089dd..566eca0cf8 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -316,6 +316,8 @@ $manPathDefault = 'FreeBSD 14.1-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.4-RELEASE and Ports', +"$manLocalDir/FreeBSD-13.4-RELEASE/man:$manLocalDir/FreeBSD-13.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.4-RELEASE/man:$manLocalDir/FreeBSD-ports-13.4-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', @@ -392,6 +394,8 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; 'FreeBSD 13.3-STABLE', "$manLocalDir/FreeBSD-13.3-STABLE/man:$manLocalDir/FreeBSD-13.3-STABLE/openssl/man", + 'FreeBSD 13.4-RELEASE', +"$manLocalDir/FreeBSD-13.4-RELEASE/man:$manLocalDir/FreeBSD-13.4-RELEASE/openssl/man", 'FreeBSD 13.3-RELEASE', "$manLocalDir/FreeBSD-13.3-RELEASE/man:$manLocalDir/FreeBSD-13.3-RELEASE/openssl/man", 'FreeBSD 13.2-RELEASE', @@ -514,6 +518,7 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; '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 13.4', "$manLocalDir/FreeBSD-ports-13.4-RELEASE/man:$manLocalDir/FreeBSD-ports-13.4-RELEASE/misc", 'FreeBSD Ports 14.0', "$manLocalDir/FreeBSD-ports-14.0-RELEASE/man:$manLocalDir/FreeBSD-ports-14.0-RELEASE/misc", 'FreeBSD Ports 14.1', "$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409141034.48EAY5cT038074>