Date: Sun, 8 Jun 2025 08:15:36 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a9893e2b7b - main - add manual pages for FreeBSD Ports 14.quarterly Message-ID: <202506080815.5588FaCP045442@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=a9893e2b7bb8b5471cdd83c4829ec25ab000615f commit a9893e2b7bb8b5471cdd83c4829ec25ab000615f Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-06-08 08:14:16 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-06-08 08:14:16 +0000 add manual pages for FreeBSD Ports 14.quarterly --- website/content/en/cgi/man.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index f8a8dc275d..836d56ae38 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -358,7 +358,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports'; %manPath = ( # supported RELEASES / STABLE / CURRENT 'FreeBSD 14.3-RELEASE and Ports', -"$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc", +"$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc", 'FreeBSD 14.2-RELEASE and Ports', "$manLocalDir/FreeBSD-14.2-RELEASE/man:$manLocalDir/FreeBSD-14.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc", 'FreeBSD 14.1-RELEASE and Ports', @@ -582,6 +582,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports'; 'FreeBSD Ports 14.1', "$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc", 'FreeBSD Ports 14.2', "$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc", 'FreeBSD Ports 14.3', "$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc", + 'FreeBSD Ports 14.quarterly', "$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc", # FreeBSD Releases + Ports @@ -1207,7 +1208,7 @@ while ( ( $key, $val ) = each %manPath ) { 'freebsd-current', 'FreeBSD 15.0-CURRENT', 'freebsd-release-ports', 'FreeBSD 14.3-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 14.3', + 'freebsd-ports', 'FreeBSD Ports 14.quarterly', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506080815.5588FaCP045442>
