Date: Thu, 23 Sep 2021 00:03:05 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b5f90655ea37 - main - sysdecode.3: Remove documentation of CloudABI ABIs. Message-ID: <202109230003.18N0350X093529@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b5f90655ea37dc01e48002f83f85c6e3fc7565d8 commit b5f90655ea37dc01e48002f83f85c6e3fc7565d8 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-09-23 00:02:17 +0000 Commit: John Baldwin <jhb@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109230003.18N0350X093529>