Date: Sat, 28 Jun 2025 09:10:31 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: e2b13a9fda - main - add Rocky Linux 9.6 & 10.0 manual pages Message-ID: <202506280910.55S9AVHf071483@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=e2b13a9fdacf7c3c05c5339c4694cd446247faa0 commit e2b13a9fdacf7c3c05c5339c4694cd446247faa0 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-06-28 09:09:41 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-06-28 09:09:41 +0000 add Rocky Linux 9.6 & 10.0 manual pages --- website/content/en/cgi/man.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index ca471806cf..7783a722a7 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -269,6 +269,8 @@ $sectionpath = { 'CentOS 7.8' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' }, 'CentOS 7.9' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' }, + 'Rocky 10.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', }, + 'Rocky 9.6' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', }, 'Rocky 9.5' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', }, 'Rocky 9.4' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', }, 'Rocky 9.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', }, @@ -861,6 +863,8 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports'; 'CentOS 7.8', "$manLocalDir/CentOS-7.8", 'CentOS 7.9', "$manLocalDir/CentOS-7.9", + 'Rocky 10.0', "$manLocalDir/Rocky-10.0", + 'Rocky 9.6', "$manLocalDir/Rocky-9.6", 'Rocky 9.5', "$manLocalDir/Rocky-9.5", 'Rocky 9.4', "$manLocalDir/Rocky-9.4", 'Rocky 9.3', "$manLocalDir/Rocky-9.3", @@ -1217,7 +1221,7 @@ while ( ( $key, $val ) = each %manPath ) { 'ubuntu', 'Ubuntu 24.04 noble', 'dragonfly', 'DragonFly 6.4.0', 'centos', 'CentOS 7.9', - 'rocky', 'Rocky 9.5', + 'rocky', 'Rocky 10.0', 'linux', 'Debian 12.11.0', 'darwin', 'Darwin 8.0.1/ppc', 'opendarwin', 'OpenDarwin 7.2.1',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506280910.55S9AVHf071483>
