git: 52b8f0c3a0 - main - add Rocky Linux 9.8 manual pages

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 05 Jul 2026 10:36:43 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=52b8f0c3a01bc0a1dfb729cf2a108614524f97fa

commit 52b8f0c3a01bc0a1dfb729cf2a108614524f97fa
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-07-05 10:36:33 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-07-05 10:36:33 +0000

    add Rocky Linux 9.8 manual pages
---
 website/content/en/cgi/man.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 642aa2ea79..779f6c6130 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -287,6 +287,7 @@ $sectionpath = {
     'Rocky 10.2' => { 'path' => '0p:1:1p:2:3:3p: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.8' => { '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', },
@@ -911,6 +912,7 @@ $manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly';
     'Rocky 10.2', "$manLocalDir/Rocky-10.2",
     'Rocky 10.1', "$manLocalDir/Rocky-10.1",
     'Rocky 10.0', "$manLocalDir/Rocky-10.0",
+    'Rocky 9.8', "$manLocalDir/Rocky-9.8",
     'Rocky 9.7', "$manLocalDir/Rocky-9.7",
     'Rocky 9.6', "$manLocalDir/Rocky-9.6",
     'Rocky 9.5', "$manLocalDir/Rocky-9.5",