From owner-dev-commits-src-all@freebsd.org Thu Sep 23 00:03:05 2021 Return-Path: Delivered-To: dev-commits-src-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 E6421675563; Thu, 23 Sep 2021 00:03:05 +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 4HFFjj60DSz3s2j; Thu, 23 Sep 2021 00:03:05 +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 ADD6C20E2E; Thu, 23 Sep 2021 00:03:05 +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 18N035ht093530; Thu, 23 Sep 2021 00:03:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18N0350X093529; Thu, 23 Sep 2021 00:03:05 GMT (envelope-from git) Date: Thu, 23 Sep 2021 00:03:05 GMT Message-Id: <202109230003.18N0350X093529@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: John Baldwin Subject: git: b5f90655ea37 - main - sysdecode.3: Remove documentation of CloudABI ABIs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b5f90655ea37dc01e48002f83f85c6e3fc7565d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2021 00:03:06 -0000 The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b5f90655ea37dc01e48002f83f85c6e3fc7565d8 commit b5f90655ea37dc01e48002f83f85c6e3fc7565d8 Author: John Baldwin AuthorDate: 2021-09-23 00:02:17 +0000 Commit: John Baldwin CommitDate: 2021-09-23 00:02:17 +0000 sysdecode.3: Remove documentation of CloudABI ABIs. Fixes: cf0ee8738e31 Drop cloudabi --- lib/libsysdecode/sysdecode.3 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/libsysdecode/sysdecode.3 b/lib/libsysdecode/sysdecode.3 index 41faca95e7e1..f5437e9b1c84 100644 --- a/lib/libsysdecode/sysdecode.3 +++ b/lib/libsysdecode/sysdecode.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 26, 2018 +.Dd September 22, 2021 .Dt SYSDECODE 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The supported ABIs are named by the .Vt enum sysdecode_abi enumeration. .Pp -.Bl -tag -width "Li SYSDECODE_ABI_CLOUDABI64" -compact +.Bl -tag -width "Li SYSDECODE_ABI_FREEBSD32" -compact .It Li SYSDECODE_ABI_FREEBSD Native FreeBSD binaries. Supported on all platforms. @@ -60,12 +60,6 @@ Supported on amd64, i386, and arm64. .It Li SYSDECODE_ABI_LINUX32 32-bit Linux binaries. Supported on amd64. -.It Li SYSDECODE_ABI_CLOUDABI32 -32-bit CloudABI binaries. -Supported on all platforms. -.It Li SYSDECODE_ABI_CLOUDABI64 -64-bit CloudABI binaries. -Supported on all platforms. .It Li SYSDECODE_ABI_UNKNOWN A placeholder for use when the ABI is not known. .El