Aded alias FreeBSD 4.5-RELEASE, pointing to FreeBSD-4.4-stable.
This commit is contained in:
parent
3c20ab8478
commit
5cd78277fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11786
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.62 2002-01-21 18:34:16 wosch Exp $
|
||||
# $Id: man.cgi,v 1.63 2002-01-21 22:32:19 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -131,6 +131,7 @@ $manPathDefault = 'FreeBSD 4.4-RELEASE';
|
|||
%manPath =
|
||||
(
|
||||
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
|
||||
'FreeBSD 4.5-RELEASE', "$manLocalDir/FreeBSD-4.4-stable",
|
||||
'FreeBSD 4.5-stable', "$manLocalDir/FreeBSD-4.4-stable",
|
||||
'FreeBSD 4.4-stable', "$manLocalDir/FreeBSD-4.4-stable",
|
||||
'FreeBSD 4.4-RELEASE', "$manLocalDir/FreeBSD-4.4-RELEASE",
|
||||
|
@ -920,7 +921,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.62 2002-01-21 18:34:16 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.63 2002-01-21 22:32:19 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue