Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 10:53:44 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39785 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201210211053.q9LAriM0054808@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Sun Oct 21 10:53:44 2012
New Revision: 39785
URL: http://svn.freebsd.org/changeset/doc/39785

Log:
  added NetBSD 6.0 manual pages

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Oct 21 04:31:59 2012	(r39784)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Oct 21 10:53:44 2012	(r39785)
@@ -405,6 +405,7 @@ $manPathDefault = 'FreeBSD 9.0-RELEASE';
     'NetBSD 4.0.1', "$manLocalDir/NetBSD-4.0.1",
     'NetBSD 5.0',   "$manLocalDir/NetBSD-5.0",
     'NetBSD 5.1',   "$manLocalDir/NetBSD-5.1",
+    'NetBSD 6.0',   "$manLocalDir/NetBSD-6.0",
 
     '2.8 BSD',      "$manLocalDir/2.8BSD",
     '2.9.1 BSD',    "$manLocalDir/2.9.1BSD",
@@ -579,6 +580,7 @@ my %arch = ( 
 'FreeBSD 8.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
 'FreeBSD 8.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
 'NetBSD 5.1' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } ,
+'NetBSD 6.0' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } ,
 'OpenBSD 4.7' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, 
 'OpenBSD 4.8' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, 
 'OpenBSD 4.9' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, 
@@ -623,7 +625,7 @@ while ( ( $key, $val ) = each %manPath )
     'opendarwin', 'OpenDarwin 7.2.1',
     'macosx',     'Darwin 8.0.1/ppc',
 
-    'netbsd',        'NetBSD 5.1',
+    'netbsd',        'NetBSD 6.0',
     'openbsd',       'OpenBSD 5.0',
     'v7',            'Unix Seventh Edition',
     'v7man',         'Unix Seventh Edition',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210211053.q9LAriM0054808>