From ae62900618c368d8a8051789d85d467a79cc223c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 1 Apr 2020 23:36:16 +0000 Subject: [PATCH] elf.5: minor update to FreeBSD ELF note descriptions --- share/man/man5/elf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index a0a10cbed28..5742655061f 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1308,10 +1308,11 @@ ABI version .Po i.e., .Dv __FreeBSD_version Pc . .It Dv NT_FREEBSD_NOINIT_TAG Pq Value: 2 -Indicates that crt does not call init. +Indicates that the C Runtime (crt) does not call init. .Va desc is ignored. .It Dv NT_FREEBSD_ARCH_TAG Pq Value: 3 +Contains the MACHINE_ARCH that the executable was built for. .It Dv NT_FREEBSD_FEATURE_CTL Pq Value: 4 Contains a bitmask of mitigations and features to enable: .Bl -column "NT_FREEBSD_FCTL_PROTMAX_DISABLE" "0x00" "Disable implicit PROT_MAX" -- 2.45.0