aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-01-25 03:47:45 +0000
committerMike Frysinger <vapier@gentoo.org>2012-01-25 03:47:45 +0000
commitc240aec933c186f74752d9619879aa5683ce2985 (patch)
tree0496a30789d6b1fc658f532a58ef6b9ab8c1d278 /man
parentfix help output to properly handle non-letter opts all the time (diff)
downloadpax-utils-c240aec933c186f74752d9619879aa5683ce2985.tar.gz
pax-utils-c240aec933c186f74752d9619879aa5683ce2985.tar.bz2
pax-utils-c240aec933c186f74752d9619879aa5683ce2985.zip
document new --use-ldpath/--root options
Diffstat (limited to 'man')
-rw-r--r--man/scanelf.docbook16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/scanelf.docbook b/man/scanelf.docbook
index c9ad17d..907c96a 100644
--- a/man/scanelf.docbook
+++ b/man/scanelf.docbook
@@ -198,6 +198,22 @@
<term><option>-z</option>, <option>--setpax</option> <replaceable>FLAGS</replaceable></term>
<listitem><para>Sets EI_PAX/PT_PAX_FLAGS to specified flags (use with <option>-Xx</option>)</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--use-ldpath</option></term>
+ <listitem><para>
+ Use the ld.so.conf paths to find the full path to libraries (use in
+ conjunction with --needed).
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--root</option> <replaceable>PATH</replaceable></term>
+ <listitem><para>
+ Search the specified root tree instead of /. Generally paired with options
+ like -l or -p. This implicitly treats all paths specified on the command
+ line as relative to the root, so be sure to omit it if you are explicitly
+ listing ELFs.
+ </para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>