diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 4b1fbe4341..fd00cb9295 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -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.15 2000-12-03 18:35:54 wosch Exp $ +# $Id: man.cgi,v 1.16 2000-12-26 17:04:33 wosch Exp $ #use Data::Dumper; @@ -159,7 +159,13 @@ $manPathDefault = 'FreeBSD 4.2-RELEASE'; 'OpenBSD 2.6', "$manLocalDir/OpenBSD-2.6", 'NetBSD 1.2', "$manLocalDir/NetBSD-1.2", 'NetBSD 1.3', "$manLocalDir/NetBSD-1.3", + 'NetBSD 1.3.2', "$manLocalDir/NetBSD-1.3.2", + 'NetBSD 1.3.3', "$manLocalDir/NetBSD-1.3.3", 'NetBSD 1.4', "$manLocalDir/NetBSD-1.4", + 'NetBSD 1.4.1', "$manLocalDir/NetBSD-1.4.1", + 'NetBSD 1.4.2', "$manLocalDir/NetBSD-1.4.2", + 'NetBSD 1.4.3', "$manLocalDir/NetBSD-1.4.3", + 'NetBSD 1.5', "$manLocalDir/NetBSD-1.5", '2.8 BSD', "$manLocalDir/2.8BSD", '2.9.1 BSD', "$manLocalDir/2.9.1BSD", @@ -223,7 +229,7 @@ while (($key,$val) = each %manPath) { 'linux-de', 'deutsch - Linux/GNU', 'redhat', 'Red Hat Linux/i386 6.2', 'linux', 'Red Hat Linux/i386 6.2', - 'netbsd', 'NetBSD 1.3', + 'netbsd', 'NetBSD 1.5', 'openbsd 2.x', 'OpenBSD 2.6', 'openbsd', 'OpenBSD 2.6', 'v7', 'Unix Seventh Edition', @@ -752,7 +758,7 @@ Please direct questions about this server to URL: $www{'home'}$BASE
ETX - print q{$Date: 2000-12-03 18:35:54 $ $Revision: 1.15 $}; + print q{$Date: 2000-12-26 17:04:33 $ $Revision: 1.16 $}; print "
\n"; print "\n\n"; 0;