Author: emaste Date: Thu Apr 2 01:03:27 2020 New Revision: 359556 URL: https://svnweb.freebsd.org/changeset/base/359556
Log: elf.5: correct and expand NT_FREEBSD_NOINIT_TAG description Reported by: kib Modified: head/share/man/man5/elf.5 Modified: head/share/man/man5/elf.5 ============================================================================== --- head/share/man/man5/elf.5 Thu Apr 2 00:33:15 2020 (r359555) +++ head/share/man/man5/elf.5 Thu Apr 2 01:03:27 2020 (r359556) @@ -1308,7 +1308,9 @@ ABI version .Po i.e., .Dv __FreeBSD_version Pc . .It Dv NT_FREEBSD_NOINIT_TAG Pq Value: 2 -Indicates that the C Runtime (crt) does not call init. +Indicates that the C startup does not call initialization routines, and thus +.Xr rtld 1 +must do so. .Va desc is ignored. .It Dv NT_FREEBSD_ARCH_TAG Pq Value: 3 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"