sysdecode.3: Remove documentation of CloudABI ABIs.

Fixes:		cf0ee8738e31 Drop cloudabi
This commit is contained in:
John Baldwin 2021-09-22 17:02:17 -07:00
parent f4b7018af1
commit b5f90655ea

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 26, 2018 .Dd September 22, 2021
.Dt SYSDECODE 3 .Dt SYSDECODE 3
.Os .Os
.Sh NAME .Sh NAME
@ -47,7 +47,7 @@ The supported ABIs are named by the
.Vt enum sysdecode_abi .Vt enum sysdecode_abi
enumeration. enumeration.
.Pp .Pp
.Bl -tag -width "Li SYSDECODE_ABI_CLOUDABI64" -compact .Bl -tag -width "Li SYSDECODE_ABI_FREEBSD32" -compact
.It Li SYSDECODE_ABI_FREEBSD .It Li SYSDECODE_ABI_FREEBSD
Native FreeBSD binaries. Native FreeBSD binaries.
Supported on all platforms. Supported on all platforms.
@ -60,12 +60,6 @@ Supported on amd64, i386, and arm64.
.It Li SYSDECODE_ABI_LINUX32 .It Li SYSDECODE_ABI_LINUX32
32-bit Linux binaries. 32-bit Linux binaries.
Supported on amd64. 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 .It Li SYSDECODE_ABI_UNKNOWN
A placeholder for use when the ABI is not known. A placeholder for use when the ABI is not known.
.El .El