From owner-svn-doc-head@freebsd.org Sun Aug 5 09:16:47 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE34107071D; Sun, 5 Aug 2018 09:16:47 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C877885FA; Sun, 5 Aug 2018 09:16:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3790A1C4F2; Sun, 5 Aug 2018 09:16:47 +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 w759GlKE000241; Sun, 5 Aug 2018 09:16:47 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w759GlqR000240; Sun, 5 Aug 2018 09:16:47 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201808050916.w759GlqR000240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Sun, 5 Aug 2018 09:16:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52079 - 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: 52079 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2018 09:16:47 -0000 Author: wosch Date: Sun Aug 5 09:16:46 2018 New Revision: 52079 URL: https://svnweb.freebsd.org/changeset/doc/52079 Log: add OpenBSD 6.3 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 Fri Aug 3 02:03:51 2018 (r52078) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 5 09:16:46 2018 (r52079) @@ -159,6 +159,7 @@ $sectionpath = { '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', }, + 'OpenBSD 6.3' => { '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', }, @@ -536,6 +537,7 @@ $manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; 'OpenBSD 6.0', "$manLocalDir/OpenBSD-6.0", 'OpenBSD 6.1', "$manLocalDir/OpenBSD-6.1", 'OpenBSD 6.2', "$manLocalDir/OpenBSD-6.2", + 'OpenBSD 6.3', "$manLocalDir/OpenBSD-6.3", #'NetBSD 0.9', "$manLocalDir/NetBSD-0.9", 'NetBSD 1.0', "$manLocalDir/NetBSD-1.0", @@ -793,6 +795,7 @@ my %arch = ( '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/] }, +'OpenBSD 6.3' => { 'arch' => [qw/alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc64/] }, ); # delete not existing releases @@ -840,7 +843,7 @@ while ( ( $key, $val ) = each %manPath ) { 'macosx', 'Darwin 8.0.1/ppc', 'netbsd', 'NetBSD 7.1', - 'openbsd', 'OpenBSD 6.2', + 'openbsd', 'OpenBSD 6.3', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4',