Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2025 12:02:58 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8481e9a319 - main - add Rocky Linux 8.10, 9.4, 9.5 manual pages
Message-ID:  <202501051202.505C2wh6038503@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=8481e9a31925839edc80f9a3bc6d98ea52871613

commit 8481e9a31925839edc80f9a3bc6d98ea52871613
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-01-05 12:02:44 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-01-05 12:02:44 +0000

    add Rocky Linux 8.10, 9.4, 9.5 manual pages
---
 website/content/en/cgi/man.cgi | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index f24cf33b03..959e1f384e 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl -T
 #
-# Copyright (c) 1996-2024 Wolfram Schneider <wosch@FreeBSD.org>
+# Copyright (c) 1996-2025 Wolfram Schneider <wosch@FreeBSD.org>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -227,10 +227,13 @@ $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 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', },
     'Rocky 9.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 9.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 9.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
+    'Rocky 8.10' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 8.9' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 8.8' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 8.7' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n', },
@@ -802,10 +805,13 @@ $manPathDefault = 'FreeBSD 14.2-RELEASE and Ports';
     'CentOS 7.8', "$manLocalDir/CentOS-7.8",
     'CentOS 7.9', "$manLocalDir/CentOS-7.9",
 
+    'Rocky 9.5', "$manLocalDir/Rocky-9.5",
+    'Rocky 9.4', "$manLocalDir/Rocky-9.4",
     'Rocky 9.3', "$manLocalDir/Rocky-9.3",
     'Rocky 9.2', "$manLocalDir/Rocky-9.2",
     'Rocky 9.1', "$manLocalDir/Rocky-9.1",
     'Rocky 9.0', "$manLocalDir/Rocky-9.0",
+    'Rocky 8.10', "$manLocalDir/Rocky-8.10",
     'Rocky 8.9', "$manLocalDir/Rocky-8.9",
     'Rocky 8.8', "$manLocalDir/Rocky-8.8",
     'Rocky 8.7', "$manLocalDir/Rocky-8.7",
@@ -1139,7 +1145,7 @@ while ( ( $key, $val ) = each %manPath ) {
     'ubuntu',     'Ubuntu 24.04 noble',
     'dragonfly',  'DragonFly 6.4.0',
     'centos',     'CentOS 7.9',
-    'rocky',      'Rocky 9.3',
+    'rocky',      'Rocky 9.5',
     'linux',      'Debian 12.7.0',
     'darwin',     'Darwin 8.0.1/ppc',
     'opendarwin', 'OpenDarwin 7.2.1',
@@ -2335,7 +2341,7 @@ sub faq {
     return qq{\
 <h2>Copyright</h2>
 <pre>
-Copyright (c) 1996-2024 <a href="$mailtoURL">Wolfram Schneider</a>
+Copyright (c) 1996-2025 <a href="$mailtoURL">Wolfram Schneider</a>
 Copyright (c) 1993-1995 Berkeley Software Design, Inc.
 </pre>
 <p/>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501051202.505C2wh6038503>