Added NetBSD 1.6 manpages.
This commit is contained in:
parent
0165bbca98
commit
547358218d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14606
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
|
||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||
#
|
||||
# $Id: man.cgi,v 1.82 2002-10-12 21:19:30 wosch Exp $
|
||||
# $Id: man.cgi,v 1.83 2002-10-12 21:36:13 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -199,6 +199,7 @@ $manPathDefault = 'FreeBSD 4.7-RELEASE';
|
|||
'NetBSD 1.5.1', "$manLocalDir/NetBSD-1.5.1",
|
||||
'NetBSD 1.5.2', "$manLocalDir/NetBSD-1.5.2",
|
||||
'NetBSD 1.5.3', "$manLocalDir/NetBSD-1.5.3",
|
||||
'NetBSD 1.6', "$manLocalDir/NetBSD-1.6",
|
||||
|
||||
'2.8 BSD', "$manLocalDir/2.8BSD",
|
||||
'2.9.1 BSD', "$manLocalDir/2.9.1BSD",
|
||||
|
@ -281,7 +282,7 @@ while (($key,$val) = each %manPath) {
|
|||
'darwin', 'Darwin 1.3 PPC',
|
||||
'macosx', 'Darwin 1.3 PPC',
|
||||
|
||||
'netbsd', 'NetBSD 1.5.3',
|
||||
'netbsd', 'NetBSD 1.6',
|
||||
'openbsd', 'OpenBSD 3.1',
|
||||
'v7', 'Unix Seventh Edition',
|
||||
'v7man', 'Unix Seventh Edition',
|
||||
|
@ -948,7 +949,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.82 2002-10-12 21:19:30 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.83 2002-10-12 21:36:13 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue