aboutsummaryrefslogtreecommitdiff
path: root/en/cgi/man.cgi
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2009-11-22 11:26:17 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2009-11-22 11:26:17 +0000
commit0902920b42518b1ea87a48638dd1bb24059507da (patch)
tree3fa6afc2fdba3b1f520e29094becaaf53172bd46 /en/cgi/man.cgi
parent4c1847d34b4b73df990a8691fbcd9d20bf0a51fd (diff)
downloaddoc-0902920b42518b1ea87a48638dd1bb24059507da.tar.gz
doc-0902920b42518b1ea87a48638dd1bb24059507da.zip
Notes
Diffstat (limited to 'en/cgi/man.cgi')
-rwxr-xr-xen/cgi/man.cgi11
1 files changed, 7 insertions, 4 deletions
diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi
index 2e311e0587..39d79fa843 100755
--- a/en/cgi/man.cgi
+++ b/en/cgi/man.cgi
@@ -33,8 +33,8 @@
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
#
-# $Id: man.cgi,v 1.234 2009-11-21 22:42:18 wosch Exp $
-# $FreeBSD: www/en/cgi/man.cgi,v 1.233 2009/11/21 22:24:18 wosch Exp $
+# $Id: man.cgi,v 1.235 2009-11-22 11:26:17 wosch Exp $
+# $FreeBSD: www/en/cgi/man.cgi,v 1.234 2009/11/21 22:42:18 wosch Exp $
############################################################################
# !!! man.cgi is stale perl4 code !!!
@@ -334,6 +334,8 @@ $manPathDefault = 'FreeBSD 7.2-RELEASE';
'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",
+
'SuSE Linux/i386 4.3', "$manLocalDir/SuSE-4.3-i386",
'SuSE Linux/i386 5.0', "$manLocalDir/SuSE-5.0-i386",
'SuSE Linux/i386 5.2', "$manLocalDir/SuSE-5.2-i386",
@@ -488,8 +490,9 @@ while ( ( $key, $val ) = each %manPath ) {
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat Linux/i386 9',
+ 'centos', 'CentOS Linux/i386 3.9',
'suse', 'SuSE Linux/i386 11.2',
- 'linux', 'Red Hat Linux/i386 9',
+ 'linux', 'SuSE Linux/i386 11.2',
'darwin', 'Darwin 8.0.1/ppc',
'opendarwin', 'OpenDarwin 7.2.1',
'macosx', 'Darwin 8.0.1/ppc',
@@ -1389,7 +1392,7 @@ sub faq {
}
local $id =
- '$FreeBSD: www/en/cgi/man.cgi,v 1.233 2009/11/21 22:24:18 wosch Exp $';
+ '$FreeBSD: www/en/cgi/man.cgi,v 1.234 2009/11/21 22:42:18 wosch Exp $';
return qq{\
<pre>
Copyright (c) 1996-2008 <a href="$mailtoURL">Wolfram Schneider</a>