From 95116ef6805d04b0052f69c097ef8abb974b19d8 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 6 Apr 2015 17:37:45 +0000 Subject: [PATCH] add manpages for CentOS 7.1 --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index 43d9bd15dd..471920c239 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -585,6 +585,7 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE'; 'CentOS 6.5', "$manLocalDir/CentOS-6.5", 'CentOS 6.6', "$manLocalDir/CentOS-6.6", 'CentOS 7.0', "$manLocalDir/CentOS-7.0", + 'CentOS 7.1', "$manLocalDir/CentOS-7.1", 'HP-UX 11.22', "$manLocalDir/HP-UX-11.22", 'HP-UX 11.20', "$manLocalDir/HP-UX-11.20", @@ -749,10 +750,9 @@ while ( ( $key, $val ) = each %manPath ) { 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat Linux/i386 9', - 'centos', 'CentOS Linux/amd64 6.3', 'suse', 'SuSE Linux/i386 11.3', 'debian', 'Debian 7.7.0', - 'centos', 'CentOS 7.0', + 'centos', 'CentOS 7.1', 'linux', 'Debian 7.7.0', 'darwin', 'Darwin 8.0.1/ppc', 'opendarwin', 'OpenDarwin 7.2.1',