Change manpath for FreeBSD 6.1 to reflect the "real" set of manpages
loaded from the FreeBSD 6.1-RELEASE/i386 distribution. Approved by: doceng (blackend)
This commit is contained in:
parent
ce8c54ca60
commit
f24b759ee5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27848
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.155 2006-05-15 01:21:53 bmah Exp $
|
||||
# $Id: man.cgi,v 1.156 2006-05-15 16:27:54 bmah Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
|
@ -161,7 +161,7 @@ $manPathDefault = 'FreeBSD 6.0-RELEASE and Ports';
|
|||
'FreeBSD 5.4-stable', "$manLocalDir/FreeBSD-5.4-stable",
|
||||
'FreeBSD 4.11-stable', "$manLocalDir/FreeBSD-4.11-stable",
|
||||
|
||||
'FreeBSD 6.1-RELEASE', "$manLocalDir/FreeBSD-6.0-stable/man:$manLocalDir/FreeBSD-6.0-stable/openssl/man",
|
||||
'FreeBSD 6.1-RELEASE', "$manLocalDir/FreeBSD-6.1-RELEASE/man:$manLocalDir/FreeBSD-6.1-RELEASE/openssl/man",
|
||||
'FreeBSD 6.0-RELEASE', "$manLocalDir/FreeBSD-6.0-RELEASE/man:$manLocalDir/FreeBSD-6.0-RELEASE/openssl/man",
|
||||
'FreeBSD 5.4-RELEASE', "$manLocalDir/FreeBSD-5.4-RELEASE/man:$manLocalDir/FreeBSD-5.4-RELEASE/openssl/man",
|
||||
'FreeBSD 5.3-RELEASE', "$manLocalDir/FreeBSD-5.3-RELEASE/man:$manLocalDir/FreeBSD-5.3-RELEASE/openssl/man",
|
||||
|
|
@ -1078,7 +1078,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.155 2006-05-15 01:21:53 bmah Exp $';
|
||||
$id = '$Id: man.cgi,v 1.156 2006-05-15 16:27:54 bmah Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue