From owner-svn-doc-head@freebsd.org Sun Aug 23 20:16:42 2015 Return-Path: Delivered-To: svn-doc-head@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 C4EBF9C1B21; Sun, 23 Aug 2015 20:16:42 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9B90F18D; Sun, 23 Aug 2015 20:16:42 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NKGgbH093238; Sun, 23 Aug 2015 20:16:42 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NKGgKC093237; Sun, 23 Aug 2015 20:16:42 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201508232016.t7NKGgKC093237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Sun, 23 Aug 2015 20:16:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47302 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.20 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, 23 Aug 2015 20:16:42 -0000 Author: wosch Date: Sun Aug 23 20:16:41 2015 New Revision: 47302 URL: https://svnweb.freebsd.org/changeset/doc/47302 Log: add OpenBSD 5.7 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 Sat Aug 22 11:03:59 2015 (r47301) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 23 20:16:41 2015 (r47302) @@ -153,6 +153,7 @@ $sectionpath = { 'OpenBSD 5.4' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 5.5' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 5.6' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, + 'OpenBSD 5.7' => { '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', }, @@ -494,6 +495,7 @@ $manPathDefault = 'FreeBSD 10.2-RELEASE' 'OpenBSD 5.4', "$manLocalDir/OpenBSD-5.4", 'OpenBSD 5.5', "$manLocalDir/OpenBSD-5.5", 'OpenBSD 5.6', "$manLocalDir/OpenBSD-5.6", + 'OpenBSD 5.7', "$manLocalDir/OpenBSD-5.7", #'NetBSD 0.9', "$manLocalDir/NetBSD-0.9", 'NetBSD 1.0', "$manLocalDir/NetBSD-1.0", @@ -730,6 +732,7 @@ my %arch = ( 'OpenBSD 5.4' => { 'arch' => [qw/alpha amd64 armish aviion beagle hp300 hppa hppa64 i386 landisk loongson luna88k macppc mvme68k mvme88k octeon sgi socppc sparc sparc64 vax zaurus/] }, 'OpenBSD 5.5' => { 'arch' => [qw/alpha amd64 armish armv7 aviion hp300 hppa hppa64 i386 landisk loongson luna88k macppc mvme68k mvme88k octeon sgi socppc sparc sparc64 vax zaurus/] }, 'OpenBSD 5.6' => { 'arch' => [qw/alpha amd64 armish armv7 aviion hppa hppa64 i386 landisk loongson luna88k macppc octeon sgi socppc sparc sparc64 vax zaurus/] }, +'OpenBSD 5.7' => { 'arch' => [qw/alpha amd64 armish armv7 aviion hppa hppa64 i386 landisk loongson luna88k macppc octeon sgi socppc sparc sparc64 vax zaurus/] }, ); # delete not existing releases @@ -774,7 +777,7 @@ while ( ( $key, $val ) = each %manPath ) 'macosx', 'Darwin 8.0.1/ppc', 'netbsd', 'NetBSD 6.1.5', - 'openbsd', 'OpenBSD 5.6', + 'openbsd', 'OpenBSD 5.7', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4',