Added XFree86 4.2.99.3
This commit is contained in:
parent
9bc2dc7891
commit
27f7da1a0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15846
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.91 2003-01-28 10:42:49 wosch Exp $
|
||||
# $Id: man.cgi,v 1.92 2003-01-30 13:13:48 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -264,6 +264,7 @@ $manPathDefault = 'FreeBSD 4.7-RELEASE';
|
|||
'XFree86 4.0.2', "$manLocalDir/XFree86-4.0.2",
|
||||
'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",
|
||||
|
||||
'ULTRIX 4.2', "$manLocalDir/ULTRIX-4.2",
|
||||
'OSF1 V4.0/alpha', "$manLocalDir/OSF1-V4.0-alpha",
|
||||
|
@ -301,8 +302,8 @@ while (($key,$val) = each %manPath) {
|
|||
'openbsd', 'OpenBSD 3.2',
|
||||
'v7', 'Unix Seventh Edition',
|
||||
'v7man', 'Unix Seventh Edition',
|
||||
'x11', 'XFree86 4.2.0',
|
||||
'xfree86', 'XFree86 4.2.0',
|
||||
'x11', 'XFree86 4.2.99.3',
|
||||
'xfree86', 'XFree86 4.2.99.3',
|
||||
'ultrix', 'ULTRIX 4.2',
|
||||
'hpux', 'HP-UX 11.22',
|
||||
'solaris', 'SunOS 5.9',
|
||||
|
@ -965,7 +966,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.91 2003-01-28 10:42:49 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.92 2003-01-30 13:13:48 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue