Date: Sun, 25 Jan 2026 10:03:53 +0000 From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: c9d3970f24 - main - add Rocky Linux 9.7 & 10.1 manual pages Message-ID: <6975ea89.375f7.64b87873@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=c9d3970f24f1249596c601af937f73445595e5be commit c9d3970f24f1249596c601af937f73445595e5be Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2026-01-25 10:03:42 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2026-01-25 10:03:42 +0000 add Rocky Linux 9.7 & 10.1 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 35a9fc14d0..2202feb62c 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -271,7 +271,9 @@ $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.1' => { 'path' => '0p:1:1p:2:3:3p: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.7' => { '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', }, @@ -881,7 +883,9 @@ $manPathDefault = 'FreeBSD 15.0-RELEASE and Ports'; 'CentOS 7.8', "$manLocalDir/CentOS-7.8", 'CentOS 7.9', "$manLocalDir/CentOS-7.9", + 'Rocky 10.1', "$manLocalDir/Rocky-10.1", 'Rocky 10.0', "$manLocalDir/Rocky-10.0", + 'Rocky 9.7', "$manLocalDir/Rocky-9.7", 'Rocky 9.6', "$manLocalDir/Rocky-9.6", 'Rocky 9.5', "$manLocalDir/Rocky-9.5", 'Rocky 9.4', "$manLocalDir/Rocky-9.4", @@ -1249,7 +1253,7 @@ while ( ( $key, $val ) = each %manPath ) { 'ubuntu', 'Ubuntu 24.04 noble', 'dragonfly', 'DragonFly 6.4.2', 'centos', 'CentOS 7.9', - 'rocky', 'Rocky 10.0', + 'rocky', 'Rocky 10.1', 'linux', 'Debian 13.3.0', 'darwin', 'Darwin 8.0.1/ppc', 'opendarwin', 'OpenDarwin 7.2.1',home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6975ea89.375f7.64b87873>
