Added NetBSD 1.6.1
This commit is contained in:
parent
384f5474f0
commit
e24bca7cd9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16619
1 changed files with 4 additions and 3 deletions
|
@ -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.100 2003-04-04 07:57:45 www Exp $
|
# $Id: man.cgi,v 1.101 2003-04-20 08:50:40 www Exp $
|
||||||
|
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
#use Carp;
|
#use Carp;
|
||||||
|
@ -215,6 +215,7 @@ $manPathDefault = 'FreeBSD 4.8-RELEASE';
|
||||||
'NetBSD 1.5.2', "$manLocalDir/NetBSD-1.5.2",
|
'NetBSD 1.5.2', "$manLocalDir/NetBSD-1.5.2",
|
||||||
'NetBSD 1.5.3', "$manLocalDir/NetBSD-1.5.3",
|
'NetBSD 1.5.3', "$manLocalDir/NetBSD-1.5.3",
|
||||||
'NetBSD 1.6', "$manLocalDir/NetBSD-1.6",
|
'NetBSD 1.6', "$manLocalDir/NetBSD-1.6",
|
||||||
|
'NetBSD 1.6.1', "$manLocalDir/NetBSD-1.6.1",
|
||||||
|
|
||||||
'2.8 BSD', "$manLocalDir/2.8BSD",
|
'2.8 BSD', "$manLocalDir/2.8BSD",
|
||||||
'2.9.1 BSD', "$manLocalDir/2.9.1BSD",
|
'2.9.1 BSD', "$manLocalDir/2.9.1BSD",
|
||||||
|
@ -307,7 +308,7 @@ while (($key,$val) = each %manPath) {
|
||||||
'darwin', 'Darwin 1.3 PPC',
|
'darwin', 'Darwin 1.3 PPC',
|
||||||
'macosx', 'Darwin 1.3 PPC',
|
'macosx', 'Darwin 1.3 PPC',
|
||||||
|
|
||||||
'netbsd', 'NetBSD 1.6',
|
'netbsd', 'NetBSD 1.6.1',
|
||||||
'openbsd', 'OpenBSD 3.2',
|
'openbsd', 'OpenBSD 3.2',
|
||||||
'v7', 'Unix Seventh Edition',
|
'v7', 'Unix Seventh Edition',
|
||||||
'v7man', 'Unix Seventh Edition',
|
'v7man', 'Unix Seventh Edition',
|
||||||
|
@ -975,7 +976,7 @@ ETX
|
||||||
}
|
}
|
||||||
|
|
||||||
sub copyright {
|
sub copyright {
|
||||||
$id = '$Id: man.cgi,v 1.100 2003-04-04 07:57:45 www Exp $';
|
$id = '$Id: man.cgi,v 1.101 2003-04-20 08:50:40 www Exp $';
|
||||||
|
|
||||||
return qq{\
|
return qq{\
|
||||||
<PRE>
|
<PRE>
|
||||||
|
|
Loading…
Reference in a new issue