Added FreeBSD-5.0-RELEASE
This commit is contained in:
parent
2cd0312aae
commit
2fc3651d7e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15601
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.83 2002-10-12 21:36:13 wosch Exp $
|
||||
# $Id: man.cgi,v 1.84 2003-01-10 11:25:48 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -136,6 +136,7 @@ $manPathDefault = 'FreeBSD 4.7-RELEASE';
|
|||
(
|
||||
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
|
||||
'FreeBSD 4.7-stable', "$manLocalDir/FreeBSD-4.7-stable",
|
||||
'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE",
|
||||
'FreeBSD 4.7-RELEASE', "$manLocalDir/FreeBSD-4.7-RELEASE",
|
||||
'FreeBSD 4.6.2-RELEASE', "$manLocalDir/FreeBSD-4.6.2-RELEASE",
|
||||
'FreeBSD 4.6-RELEASE', "$manLocalDir/FreeBSD-4.6-RELEASE",
|
||||
|
@ -949,7 +950,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.83 2002-10-12 21:36:13 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.84 2003-01-10 11:25:48 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue