git: c9d3970f24 - main - add Rocky Linux 9.7 & 10.1 manual pages

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 25 Jan 2026 10:03:53 UTC
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',