git: 88884b525c - main - add Rocky Linux 10.2 manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jul 2026 09:31:45 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=88884b525cb5ca2e4e440874447dedf994eecb93
commit 88884b525cb5ca2e4e440874447dedf994eecb93
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-07-05 09:31:37 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-07-05 09:31:37 +0000
add Rocky Linux 10.2 manual pages
---
website/content/en/cgi/man.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 5f9e8a57fe..642aa2ea79 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -284,6 +284,7 @@ $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.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.7' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
@@ -907,6 +908,7 @@ $manPathDefault = 'FreeBSD 15.1-RELEASE and Ports.quarterly';
'CentOS 7.8', "$manLocalDir/CentOS-7.8",
'CentOS 7.9', "$manLocalDir/CentOS-7.9",
+ 'Rocky 10.2', "$manLocalDir/Rocky-10.2",
'Rocky 10.1', "$manLocalDir/Rocky-10.1",
'Rocky 10.0', "$manLocalDir/Rocky-10.0",
'Rocky 9.7', "$manLocalDir/Rocky-9.7",
@@ -1279,7 +1281,7 @@ while ( ( $key, $val ) = each %manPath ) {
'ubuntu', 'Ubuntu 26.04 resolute',
'dragonfly', 'DragonFly 6.4.2',
'centos', 'CentOS 7.9',
- 'rocky', 'Rocky 10.1',
+ 'rocky', 'Rocky 10.2',
'darwin', 'Darwin 8.0.1/ppc',
'opendarwin', 'OpenDarwin 7.2.1',
'macosx', 'Darwin 8.0.1/ppc',