git: fa61bf0732 - main - add CentOS 7.2 .. 7.9 manual pages

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Mon, 01 Apr 2024 18:03:27 UTC
The branch main has been updated by wosch:

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

commit fa61bf0732ff6dab2064df7153b9cf7575c16276
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-04-01 17:59:59 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-04-01 17:59:59 +0000

    add CentOS 7.2 .. 7.9 manual pages
---
 website/content/en/cgi/man.cgi | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index de33a0eaf3..5f98b97fb0 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -209,6 +209,14 @@ $sectionpath = {
     'CentOS 6.6' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
     'CentOS 7.0' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3t:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:n' },
     'CentOS 7.1' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.2' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.3' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.4' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.5' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.6' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    'CentOS 7.7' => { 'path' => '0p:1:1p:2:3:3p:3t:4:5:6:7:8:9:n' },
+    '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.3' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n', },
     'Rocky 9.2' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n', },
@@ -729,6 +737,14 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports';
     'CentOS 6.6', "$manLocalDir/CentOS-6.6",
     'CentOS 7.0', "$manLocalDir/CentOS-7.0",
     'CentOS 7.1', "$manLocalDir/CentOS-7.1",
+    'CentOS 7.2', "$manLocalDir/CentOS-7.2",
+    'CentOS 7.3', "$manLocalDir/CentOS-7.3",
+    'CentOS 7.4', "$manLocalDir/CentOS-7.4",
+    'CentOS 7.5', "$manLocalDir/CentOS-7.5",
+    'CentOS 7.6', "$manLocalDir/CentOS-7.6",
+    'CentOS 7.7', "$manLocalDir/CentOS-7.7",
+    'CentOS 7.8', "$manLocalDir/CentOS-7.8",
+    'CentOS 7.9', "$manLocalDir/CentOS-7.9",
 
     'Rocky 9.3', "$manLocalDir/Rocky-9.3",
     'Rocky 9.2', "$manLocalDir/Rocky-9.2",
@@ -1024,7 +1040,7 @@ while ( ( $key, $val ) = each %manPath ) {
     'suse',       'SuSE 11.3',
     'debian',     'Debian 7.7.0',
     'dragonfly',  'DragonFly 6.4.0',
-    'centos',     'CentOS 7.1',
+    'centos',     'CentOS 7.9',
     'rocky',      'Rocky 9.3',
     'linux',      'Debian 7.7.0',
     'darwin',     'Darwin 8.0.1/ppc',