FreeBSD 4.5-RELEASE is now the default release
This commit is contained in:
parent
08998ecc47
commit
ba68edafc5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12142
1 changed files with 3 additions and 3 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.64 2002-02-09 22:55:35 wosch Exp $
|
||||
# $Id: man.cgi,v 1.65 2002-02-09 22:58:17 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -126,7 +126,7 @@ foreach my $os (keys %$sectionpath) {
|
|||
);
|
||||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
$manPathDefault = 'FreeBSD 4.4-RELEASE';
|
||||
$manPathDefault = 'FreeBSD 4.5-RELEASE';
|
||||
|
||||
%manPath =
|
||||
(
|
||||
|
@ -920,7 +920,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.64 2002-02-09 22:55:35 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.65 2002-02-09 22:58:17 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue