svn commit: r359556 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Thu Apr 2 01:03:36 UTC 2020


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


More information about the svn-src-head mailing list