alias freebsd point to FreeBSD 4.4-RELEASE
This commit is contained in:
parent
bc7ef30df0
commit
8ece919dce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11538
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.59 2001-12-30 14:13:52 wosch Exp $
|
||||
# $Id: man.cgi,v 1.60 2001-12-30 17:01:54 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -255,7 +255,7 @@ while (($key,$val) = each %manPath) {
|
|||
# keywords must be in lower cases.
|
||||
%manPathAliases =
|
||||
(
|
||||
'freebsd', 'FreeBSD 4.3-RELEASE',
|
||||
'freebsd', 'FreeBSD 4.4-RELEASE',
|
||||
'freebsd-current', 'FreeBSD 5.0-current',
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
'linux-de', 'deutsch - Linux/GNU',
|
||||
|
@ -918,7 +918,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.59 2001-12-30 14:13:52 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.60 2001-12-30 17:01:54 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue