fix last commit: openssl manpath is openssl/man

This commit is contained in:
Wolfram Schneider 2003-11-19 11:56:01 +00:00
parent be6b482eed
commit 320b1fe0af
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18922

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.119 2003-11-19 11:53:52 wosch Exp $ # $Id: man.cgi,v 1.120 2003-11-19 11:56:01 wosch Exp $
#use Data::Dumper; #use Data::Dumper;
#use Carp; #use Carp;
@ -147,12 +147,12 @@ $manPathDefault = 'FreeBSD 5.1-RELEASE and Ports';
%manPath = %manPath =
( (
'FreeBSD 5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-5.1-RELEASE/man:$manLocalDir/FreeBSD-5.1-RELEASE/openssl:$manLocalDir/FreeBSD-ports-5.1-RELEASE", 'FreeBSD 5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-5.1-RELEASE/man:$manLocalDir/FreeBSD-5.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.1-RELEASE",
'FreeBSD 5.1-current', "$manLocalDir/FreeBSD-5.1-current", 'FreeBSD 5.1-current', "$manLocalDir/FreeBSD-5.1-current",
'FreeBSD 4.9-stable', "$manLocalDir/FreeBSD-4.9-stable", 'FreeBSD 4.9-stable', "$manLocalDir/FreeBSD-4.9-stable",
'FreeBSD 5.1-RELEASE', "$manLocalDir/FreeBSD-5.1-RELEASE/man:$manLocalDir/FreeBSD-5.1-RELEASE/openssl", 'FreeBSD 5.1-RELEASE', "$manLocalDir/FreeBSD-5.1-RELEASE/man:$manLocalDir/FreeBSD-5.1-RELEASE/openssl/man",
'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE", 'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE",
'FreeBSD 4.9-RELEASE', "$manLocalDir/FreeBSD-4.9-RELEASE", 'FreeBSD 4.9-RELEASE', "$manLocalDir/FreeBSD-4.9-RELEASE",
'FreeBSD 4.8-RELEASE', "$manLocalDir/FreeBSD-4.8-RELEASE", 'FreeBSD 4.8-RELEASE', "$manLocalDir/FreeBSD-4.8-RELEASE",
@ -1014,7 +1014,7 @@ ETX
} }
sub copyright { sub copyright {
$id = '$Id: man.cgi,v 1.119 2003-11-19 11:53:52 wosch Exp $'; $id = '$Id: man.cgi,v 1.120 2003-11-19 11:56:01 wosch Exp $';
return qq{\ return qq{\
<PRE> <PRE>