iAdd FreeBSD 4.3-stable
This commit is contained in:
parent
80e42d7543
commit
e1e1b3911f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10543
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
|
||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||
#
|
||||
# $Id: man.cgi,v 1.50 2001-08-12 18:03:36 wosch Exp $
|
||||
# $Id: man.cgi,v 1.51 2001-09-02 15:33:10 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -128,6 +128,7 @@ $manPathDefault = 'FreeBSD 4.3-RELEASE';
|
|||
%manPath =
|
||||
(
|
||||
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
|
||||
'FreeBSD 4.3-stable', "$manLocalDir/FreeBSD-4.3-stable",
|
||||
'FreeBSD 4.3-RELEASE', "$manLocalDir/FreeBSD-4.3-RELEASE",
|
||||
'FreeBSD 4.2-RELEASE', "$manLocalDir/FreeBSD-4.2-RELEASE",
|
||||
'FreeBSD 4.1.1-RELEASE', "$manLocalDir/FreeBSD-4.1.1-RELEASE",
|
||||
|
@ -906,7 +907,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.50 2001-08-12 18:03:36 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.51 2001-09-02 15:33:10 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue