4.8-stable -> 4.9-stable
This commit is contained in:
parent
80a2c5f5f1
commit
7fa2a34957
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18615
1 changed files with 5 additions and 5 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.111 2003-10-29 11:44:47 www Exp $
|
||||
# $Id: man.cgi,v 1.112 2003-10-29 14:15:54 www Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -147,7 +147,7 @@ $manPathDefault = 'FreeBSD 5.1-RELEASE';
|
|||
%manPath =
|
||||
(
|
||||
'FreeBSD 5.1-current', "$manLocalDir/FreeBSD-5.1-current",
|
||||
'FreeBSD 4.8-stable', "$manLocalDir/FreeBSD-4.8-stable",
|
||||
'FreeBSD 4.9-stable', "$manLocalDir/FreeBSD-4.9-stable",
|
||||
|
||||
'FreeBSD 5.1-RELEASE', "$manLocalDir/FreeBSD-5.1-RELEASE",
|
||||
'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE",
|
||||
|
@ -303,8 +303,8 @@ while (($key,$val) = each %manPath) {
|
|||
# keywords must be in lower cases.
|
||||
%manPathAliases =
|
||||
(
|
||||
'freebsd', 'FreeBSD 4.8-RELEASE',
|
||||
'freebsd-stable', 'FreeBSD 4.8-stable',
|
||||
'freebsd', 'FreeBSD 5.1-RELEASE',
|
||||
'freebsd-stable', 'FreeBSD 4.9-stable',
|
||||
'freebsd-current', 'FreeBSD 5.1-current',
|
||||
'freebsd 5.1-release', 'FreeBSD 5.1-RELEASE',
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
|
@ -985,7 +985,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.111 2003-10-29 11:44:47 www Exp $';
|
||||
$id = '$Id: man.cgi,v 1.112 2003-10-29 14:15:54 www Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue