Change the default man pages to FreeBSD 6.3.

Submitted by: Dan Langille <dan@langille.org>  (The FreeBSD Diary)
This commit is contained in:
Daniel Gerzo 2008-02-02 00:18:58 +00:00
parent 8e2d5cd21c
commit 3d7390e1b3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31408

View file

@ -33,8 +33,8 @@
# 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.196 2008-01-17 16:44:52 hrs Exp $
# $FreeBSD: www/en/cgi/man.cgi,v 1.195 2007/12/02 21:21:18 wosch Exp $
# $Id: man.cgi,v 1.197 2008-02-02 00:18:58 danger Exp $
# $FreeBSD: www/en/cgi/man.cgi,v 1.196 2008/01/17 16:44:52 hrs Exp $
############################################################################
# !!! man.cgi is stale perl4 code !!!
@ -151,7 +151,7 @@ foreach my $os ( keys %$sectionpath ) {
);
$manLocalDir = '/usr/local/www/bsddoc/man';
$manPathDefault = 'FreeBSD 6.2-RELEASE';
$manPathDefault = 'FreeBSD 6.3-RELEASE';
%manPath =
(
@ -1243,7 +1243,7 @@ sub faq {
if $manPathAliases{$_};
}
local $id = '$FreeBSD: www/en/cgi/man.cgi,v 1.195 2007/12/02 21:21:18 wosch Exp $';
local $id = '$FreeBSD: www/en/cgi/man.cgi,v 1.196 2008/01/17 16:44:52 hrs Exp $';
return qq{\
<pre>
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</a>