Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 01:03:27 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359556 - head/share/man/man5
Message-ID:  <202004020103.03213RsO036100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004020103.03213RsO036100>