Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 13:36:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319137 - head/libexec/rtld-elf
Message-ID:  <201705291336.v4TDaWTA010134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon May 29 13:36:32 2017
New Revision: 319137
URL: https://svnweb.freebsd.org/changeset/base/319137

Log:
  Correct explanation of the dynamic tokens handling.
  
  Reviewed by:	emaste, jonathan
  Sponsored by:	The FreeBSD Foundation
  X-Differential Revision:	https://reviews.freebsd.org/D10826

Modified:
  head/libexec/rtld-elf/rtld.1

Modified: head/libexec/rtld-elf/rtld.1
==============================================================================
--- head/libexec/rtld-elf/rtld.1	Mon May 29 13:25:55 2017	(r319136)
+++ head/libexec/rtld-elf/rtld.1	Mon May 29 13:36:32 2017	(r319137)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 16, 2017
+.Dd May 20, 2017
 .Dt RTLD 1
 .Os
 .Sh NAME
@@ -60,10 +60,11 @@ This is useful for C++ libraries that co
 .Pp
 When resolving dependencies for the loaded objects,
 .Nm
-may be allowed to translate dynamic token strings in rpath and soname
-by setting
+translates dynamic token strings in rpath and soname.
+If the
 .Fl "z origin"
-option of the static linker
+option of the static linker was set when linking the binary,
+the token expansion is performed at the object load time, see
 .Xr ld 1 .
 The following strings are recognized now:
 .Bl -tag -width ".Pa $PLATFORM"



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