Added SuSE Linux/i386 6.3
This commit is contained in:
parent
fbb93d1b1b
commit
5c028757d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10323
1 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
# 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
|
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||||
#
|
#
|
||||||
# $Id: man.cgi,v 1.49 2001-08-12 17:37:35 wosch Exp $
|
# $Id: man.cgi,v 1.50 2001-08-12 18:03:36 wosch Exp $
|
||||||
|
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
#use Carp;
|
#use Carp;
|
||||||
|
@ -207,6 +207,7 @@ $manPathDefault = 'FreeBSD 4.3-RELEASE';
|
||||||
'SuSE Linux/i386 5.3', "$manLocalDir/SuSE-5.3-i386",
|
'SuSE Linux/i386 5.3', "$manLocalDir/SuSE-5.3-i386",
|
||||||
'SuSE Linux/i386 6.0', "$manLocalDir/SuSE-6.0-i386",
|
'SuSE Linux/i386 6.0', "$manLocalDir/SuSE-6.0-i386",
|
||||||
'SuSE Linux/i386 6.1', "$manLocalDir/SuSE-6.1-i386",
|
'SuSE Linux/i386 6.1', "$manLocalDir/SuSE-6.1-i386",
|
||||||
|
'SuSE Linux/i386 6.3', "$manLocalDir/SuSE-6.3-i386",
|
||||||
'SuSE Linux/i386 6.4', "$manLocalDir/SuSE-6.4-i386",
|
'SuSE Linux/i386 6.4', "$manLocalDir/SuSE-6.4-i386",
|
||||||
'SuSE Linux/i386 7.0', "$manLocalDir/SuSE-7.0-i386",
|
'SuSE Linux/i386 7.0', "$manLocalDir/SuSE-7.0-i386",
|
||||||
'SuSE Linux/i386 7.1', "$manLocalDir/SuSE-7.1-i386",
|
'SuSE Linux/i386 7.1', "$manLocalDir/SuSE-7.1-i386",
|
||||||
|
@ -905,7 +906,7 @@ ETX
|
||||||
}
|
}
|
||||||
|
|
||||||
sub copyright {
|
sub copyright {
|
||||||
$id = '$Id: man.cgi,v 1.49 2001-08-12 17:37:35 wosch Exp $';
|
$id = '$Id: man.cgi,v 1.50 2001-08-12 18:03:36 wosch Exp $';
|
||||||
|
|
||||||
return qq{\
|
return qq{\
|
||||||
<PRE>
|
<PRE>
|
||||||
|
|
Loading…
Reference in a new issue