From owner-svn-doc-all@freebsd.org Wed Oct 11 12:47:05 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3351FE2B6D3; Wed, 11 Oct 2017 12:47:05 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0092D66AD3; Wed, 11 Oct 2017 12:47:04 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9BCl4QG074475; Wed, 11 Oct 2017 12:47:04 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9BCl4NG074474; Wed, 11 Oct 2017 12:47:04 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201710111247.v9BCl4NG074474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Wed, 11 Oct 2017 12:47:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51102 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/cgi X-SVN-Commit-Revision: 51102 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 12:47:05 -0000 Author: wosch Date: Wed Oct 11 12:47:03 2017 New Revision: 51102 URL: https://svnweb.freebsd.org/changeset/doc/51102 Log: add OpenBSD 6.2 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 Wed Oct 11 12:34:41 2017 (r51101) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Wed Oct 11 12:47:03 2017 (r51102) @@ -158,6 +158,7 @@ $sectionpath = { 'OpenBSD 5.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 6.0' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 6.1' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, + 'OpenBSD 6.2' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'CentOS Linux/i386 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', }, 'CentOS Linux/i386 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', }, @@ -529,6 +530,7 @@ $manPathDefault = 'FreeBSD 11.1-RELEASE and Ports'; 'OpenBSD 5.9', "$manLocalDir/OpenBSD-5.9", 'OpenBSD 6.0', "$manLocalDir/OpenBSD-6.0", 'OpenBSD 6.1', "$manLocalDir/OpenBSD-6.1", + 'OpenBSD 6.2', "$manLocalDir/OpenBSD-6.2", #'NetBSD 0.9', "$manLocalDir/NetBSD-0.9", 'NetBSD 1.0', "$manLocalDir/NetBSD-1.0", @@ -784,6 +786,7 @@ my %arch = ( 'OpenBSD 5.9' => { 'arch' => [qw/alpha amd64 armish armv7 hppa hppa64 i386 landisk loongson luna88k macppc octeon sgi socppc sparc sparc64 vax zaurus/] }, 'OpenBSD 6.0' => { 'arch' => [qw/alpha amd64 armish armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc sparc64 zaurus/] }, 'OpenBSD 6.1' => { 'arch' => [qw/alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc64/] }, +'OpenBSD 6.2' => { 'arch' => [qw/alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc64/] }, ); # delete not existing releases @@ -831,7 +834,7 @@ while ( ( $key, $val ) = each %manPath ) { 'macosx', 'Darwin 8.0.1/ppc', 'netbsd', 'NetBSD 7.1', - 'openbsd', 'OpenBSD 6.1', + 'openbsd', 'OpenBSD 6.2', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4',