added OpenBSD 3.1 manpages
This commit is contained in:
parent
7538ab8363
commit
19e2b98eba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13325
1 changed files with 7 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.74 2002-06-07 14:03:02 wosch Exp $
|
||||
# $Id: man.cgi,v 1.75 2002-06-07 14:14:10 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -100,6 +100,9 @@ $sectionpath = {
|
|||
'OpenBSD 3.0' => {
|
||||
'path' => '1:2:3:3p:4:5:6:7:8:9',
|
||||
},
|
||||
'OpenBSD 3.1' => {
|
||||
'path' => '1:2:3:3p:4:5:6:7:8:9',
|
||||
},
|
||||
};
|
||||
|
||||
foreach my $os (keys %$sectionpath) {
|
||||
|
@ -176,6 +179,7 @@ $manPathDefault = 'FreeBSD 4.6-RELEASE';
|
|||
'OpenBSD 2.8', "$manLocalDir/OpenBSD-2.8",
|
||||
'OpenBSD 2.9', "$manLocalDir/OpenBSD-2.9",
|
||||
'OpenBSD 3.0', "$manLocalDir/OpenBSD-3.0",
|
||||
'OpenBSD 3.1', "$manLocalDir/OpenBSD-3.1",
|
||||
|
||||
#'NetBSD 0.9', "$manLocalDir/NetBSD-0.9",
|
||||
'NetBSD 1.0', "$manLocalDir/NetBSD-1.0",
|
||||
|
@ -274,7 +278,7 @@ while (($key,$val) = each %manPath) {
|
|||
'macosx', 'Darwin 1.3 PPC',
|
||||
|
||||
'netbsd', 'NetBSD 1.5.2',
|
||||
'openbsd', 'OpenBSD 3.0',
|
||||
'openbsd', 'OpenBSD 3.1',
|
||||
'v7', 'Unix Seventh Edition',
|
||||
'v7man', 'Unix Seventh Edition',
|
||||
'x11', 'XFree86 4.2.0',
|
||||
|
@ -940,7 +944,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.74 2002-06-07 14:03:02 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.75 2002-06-07 14:14:10 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue