add CentOS manual pages for 5.9, 5.10, 5.11, 6.4, 6.5, 6.6, 7.0
This commit is contained in:
parent
657cf61f40
commit
13d78d5546
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45958
1 changed files with 11 additions and 1 deletions
|
@ -518,6 +518,14 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE';
|
|||
'Debian 6.0.10', "$manLocalDir/Debian-6.0.10",
|
||||
'Debian 7.7.0', "$manLocalDir/Debian-7.7.0",
|
||||
|
||||
'CentOS 5.9', "$manLocalDir/CentOS-5.9",
|
||||
'CentOS 5.10', "$manLocalDir/CentOS-5.10",
|
||||
'CentOS 5.11', "$manLocalDir/CentOS-5.11",
|
||||
'CentOS 6.4', "$manLocalDir/CentOS-6.4",
|
||||
'CentOS 6.5', "$manLocalDir/CentOS-6.5",
|
||||
'CentOS 6.6', "$manLocalDir/CentOS-6.6",
|
||||
'CentOS 7.0', "$manLocalDir/CentOS-7.0",
|
||||
|
||||
'HP-UX 11.22', "$manLocalDir/HP-UX-11.22",
|
||||
'HP-UX 11.20', "$manLocalDir/HP-UX-11.20",
|
||||
'HP-UX 11.11', "$manLocalDir/HP-UX-11.11",
|
||||
|
@ -683,7 +691,9 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
'redhat', 'Red Hat Linux/i386 9',
|
||||
'centos', 'CentOS Linux/amd64 6.3',
|
||||
'suse', 'SuSE Linux/i386 11.3',
|
||||
'linux', 'SuSE Linux/i386 11.3',
|
||||
'debian', 'Debian 7.7.0',
|
||||
'centos', 'CentOS 7.0',
|
||||
'linux', 'Debian 7.7.0',
|
||||
'darwin', 'Darwin 8.0.1/ppc',
|
||||
'opendarwin', 'OpenDarwin 7.2.1',
|
||||
'macosx', 'Darwin 8.0.1/ppc',
|
||||
|
|
Loading…
Reference in a new issue