From owner-dev-commits-doc-all@freebsd.org Sat May 1 19:14:01 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CEBF634B67 for ; Sat, 1 May 2021 19:14:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FXf6d0sCdz4pTy; Sat, 1 May 2021 19:14:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FEA81CBCB; Sat, 1 May 2021 19:14:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 141JE0k2031049; Sat, 1 May 2021 19:14:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 141JE0uc031048; Sat, 1 May 2021 19:14:00 GMT (envelope-from git) Date: Sat, 1 May 2021 19:14:00 GMT Message-Id: <202105011914.141JE0uc031048@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Wolfram Schneider Subject: git: e1f5165f70 - main - add OpenBSD 6.9 manual pages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wosch X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1f5165f70cdc0f1a63284eca99ceefd440e1eb9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 19:14:01 -0000 The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=e1f5165f70cdc0f1a63284eca99ceefd440e1eb9 commit e1f5165f70cdc0f1a63284eca99ceefd440e1eb9 Author: Wolfram Schneider AuthorDate: 2021-05-01 19:11:24 +0000 Commit: Wolfram Schneider CommitDate: 2021-05-01 19:11:24 +0000 add OpenBSD 6.9 manual pages --- website/content/en/cgi/man.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 81bbe323d5..39146a350a 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -171,6 +171,7 @@ $sectionpath = { 'OpenBSD 6.6' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 6.7' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 6.8' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, + 'OpenBSD 6.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'CentOS 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', }, 'CentOS 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', }, @@ -575,6 +576,7 @@ $manPathDefault = 'FreeBSD 12.2-RELEASE and Ports'; 'OpenBSD 6.6', "$manLocalDir/OpenBSD-6.6", 'OpenBSD 6.7', "$manLocalDir/OpenBSD-6.7", 'OpenBSD 6.8', "$manLocalDir/OpenBSD-6.8", + 'OpenBSD 6.9', "$manLocalDir/OpenBSD-6.9", #'NetBSD 0.9', "$manLocalDir/NetBSD-0.9", 'NetBSD 1.0', "$manLocalDir/NetBSD-1.0", @@ -876,6 +878,7 @@ my %arch = ( 'OpenBSD 6.6' => { 'arch' => [qw/alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc64/] }, 'OpenBSD 6.7' => { 'arch' => [qw/alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi socppc sparc64/] }, 'OpenBSD 6.8' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 sgi sparc64/] }, +'OpenBSD 6.9' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 sgi sparc64/] }, ); # delete not existing releases @@ -919,7 +922,7 @@ while ( ( $key, $val ) = each %manPath ) { 'macosx', 'Darwin 8.0.1/ppc', 'netbsd', 'NetBSD 9.1', - 'openbsd', 'OpenBSD 6.8', + 'openbsd', 'OpenBSD 6.9', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4',