svn commit: r53013 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Tue May 14 05:29:51 UTC 2019
Author: wosch
Date: Tue May 14 05:29:50 2019
New Revision: 53013
URL: https://svnweb.freebsd.org/changeset/doc/53013
Log:
normalize CentOS release names
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon May 13 18:51:11 2019 (r53012)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Tue May 14 05:29:50 2019 (r53013)
@@ -168,11 +168,11 @@ $sectionpath = {
'OpenBSD 6.4' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', },
'OpenBSD 6.5' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', },
- 'CentOS Linux/i386 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', },
- 'CentOS Linux/i386 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', },
- 'CentOS Linux/i386 5.3' => { '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 Linux/i386 5.4' => { '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 Linux/i386 5.5' => { '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 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', },
+ 'CentOS 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', },
+ 'CentOS 5.3' => { '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 5.4' => { '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 5.5' => { '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 5.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 5.7' => { '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 5.8' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
@@ -607,10 +607,10 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
'Red Hat Linux/i386 8.0', "$manLocalDir/RedHat-8.0-i386",
'Red Hat Linux/i386 9', "$manLocalDir/RedHat-9-i386",
- 'CentOS Linux/i386 3.9', "$manLocalDir/CentOS-3.9",
- 'CentOS Linux/i386 4.8', "$manLocalDir/CentOS-4.8",
- 'CentOS Linux/i386 5.4', "$manLocalDir/CentOS-5.4",
- 'CentOS Linux/i386 5.5', "$manLocalDir/CentOS-5.5",
+ 'CentOS 3.9', "$manLocalDir/CentOS-3.9",
+ 'CentOS 4.8', "$manLocalDir/CentOS-4.8",
+ 'CentOS 5.4', "$manLocalDir/CentOS-5.4",
+ 'CentOS 5.5', "$manLocalDir/CentOS-5.5",
'CentOS 5.6', "$manLocalDir/CentOS-5.6",
'CentOS 5.7', "$manLocalDir/CentOS-5.7",
'CentOS 5.8', "$manLocalDir/CentOS-5.8",
More information about the svn-doc-head
mailing list