Added XFree86 4.3.0
This commit is contained in:
parent
e24bca7cd9
commit
ceecf0febe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16620
1 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
# 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.101 2003-04-20 08:50:40 www Exp $
|
||||
# $Id: man.cgi,v 1.102 2003-04-20 09:03:16 www Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -275,6 +275,7 @@ $manPathDefault = 'FreeBSD 4.8-RELEASE';
|
|||
'XFree86 4.1.0', "$manLocalDir/XFree86-4.1.0",
|
||||
'XFree86 4.2.0', "$manLocalDir/XFree86-4.2.0",
|
||||
'XFree86 4.2.99.3', "$manLocalDir/XFree86-4.2.99.3",
|
||||
'XFree86 4.3.0', "$manLocalDir/XFree86-4.3.0",
|
||||
|
||||
'ULTRIX 4.2', "$manLocalDir/ULTRIX-4.2",
|
||||
'OSF1 V4.0/alpha', "$manLocalDir/OSF1-V4.0-alpha",
|
||||
|
@ -312,8 +313,8 @@ while (($key,$val) = each %manPath) {
|
|||
'openbsd', 'OpenBSD 3.2',
|
||||
'v7', 'Unix Seventh Edition',
|
||||
'v7man', 'Unix Seventh Edition',
|
||||
'x11', 'XFree86 4.2.99.3',
|
||||
'xfree86', 'XFree86 4.2.99.3',
|
||||
'x11', 'XFree86 4.3.0',
|
||||
'xfree86', 'XFree86 4.3.0',
|
||||
'ultrix', 'ULTRIX 4.2',
|
||||
'hpux', 'HP-UX 11.22',
|
||||
'solaris', 'SunOS 5.9',
|
||||
|
@ -976,7 +977,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.101 2003-04-20 08:50:40 www Exp $';
|
||||
$id = '$Id: man.cgi,v 1.102 2003-04-20 09:03:16 www Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue