diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-04-12 04:11:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-04-12 04:14:17 +0000 |
| commit | 7968a06a69344cbaaa88c475b0fe7aa8c2833039 (patch) | |
| tree | c083782dbe119c8f73e75b72a88af80dcba6a714 | |
| parent | 6a68db4a8fe78b836bcceaa38f1d2fcaf6f9eccb (diff) | |
| -rw-r--r-- | lib/libsysdecode/sysdecode.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsysdecode/sysdecode.3 b/lib/libsysdecode/sysdecode.3 index 51272bd1a914..c40f5daf00b2 100644 --- a/lib/libsysdecode/sysdecode.3 +++ b/lib/libsysdecode/sysdecode.3 @@ -51,10 +51,10 @@ Native FreeBSD binaries. Supported on all platforms. .It Li SYSDECODE_ABI_FREEBSD32 32-bit FreeBSD binaries. -Supported on amd64 and powerpc64. +Supported on aarch64, amd64 and powerpc64. .It Li SYSDECODE_ABI_LINUX Linux binaries of the same platform. -Supported on amd64, i386, and arm64. +Supported on amd64, i386, and aarch64. .It Li SYSDECODE_ABI_LINUX32 32-bit Linux binaries. Supported on amd64. |
