Skip to content

Commit

Permalink
sysdecode.3: Remove documentation of CloudABI ABIs.
Browse files Browse the repository at this point in the history
Fixes:		cf0ee87 Drop cloudabi
  • Loading branch information
bsdjhb committed Sep 23, 2021
1 parent f4b7018 commit b5f9065
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/libsysdecode/sysdecode.3
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 26, 2018
.Dd September 22, 2021
.Dt SYSDECODE 3
.Os
.Sh NAME
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b5f9065

Please sign in to comment.