FreeBSD 4.6-RELEASE is the default release

This commit is contained in:
Wolfram Schneider 2002-06-07 14:03:02 +00:00
parent f6759bddde
commit 7538ab8363
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13324

View file

@ -33,7 +33,7 @@
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp # 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 # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
# #
# $Id: man.cgi,v 1.73 2002-06-03 08:31:03 wosch Exp $ # $Id: man.cgi,v 1.74 2002-06-07 14:03:02 wosch Exp $
#use Data::Dumper; #use Data::Dumper;
#use Carp; #use Carp;
@ -127,7 +127,7 @@ foreach my $os (keys %$sectionpath) {
); );
$manLocalDir = '/usr/local/www/bsddoc/man'; $manLocalDir = '/usr/local/www/bsddoc/man';
$manPathDefault = 'FreeBSD 4.5-RELEASE'; $manPathDefault = 'FreeBSD 4.6-RELEASE';
%manPath = %manPath =
( (
@ -940,7 +940,7 @@ ETX
} }
sub copyright { sub copyright {
$id = '$Id: man.cgi,v 1.73 2002-06-03 08:31:03 wosch Exp $'; $id = '$Id: man.cgi,v 1.74 2002-06-07 14:03:02 wosch Exp $';
return qq{\ return qq{\
<PRE> <PRE>