Add a menu item for 4.9-RELEASE manpages, in advance of the
release.
This commit is contained in:
parent
95953d50da
commit
6c7f51316b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18489
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.109 2003-10-11 16:05:06 wosch Exp $
|
||||
# $Id: man.cgi,v 1.110 2003-10-19 06:38:55 bmah Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -151,6 +151,7 @@ $manPathDefault = 'FreeBSD 5.1-RELEASE';
|
|||
|
||||
'FreeBSD 5.1-RELEASE', "$manLocalDir/FreeBSD-5.1-RELEASE",
|
||||
'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE",
|
||||
'FreeBSD 4.9-RELEASE', "$manLocalDir/FreeBSD-4.9-RELEASE",
|
||||
'FreeBSD 4.8-RELEASE', "$manLocalDir/FreeBSD-4.8-RELEASE",
|
||||
'FreeBSD 4.7-RELEASE', "$manLocalDir/FreeBSD-4.7-RELEASE",
|
||||
'FreeBSD 4.6.2-RELEASE', "$manLocalDir/FreeBSD-4.6.2-RELEASE",
|
||||
|
@ -984,7 +985,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.109 2003-10-11 16:05:06 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.110 2003-10-19 06:38:55 bmah Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue