diff options
author | Ned Ludd <solar@gentoo.org> | 2007-06-09 21:43:53 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-06-09 21:43:53 +0000 |
commit | 3bebebab2f12fe9dd314a2ef9e5c5f1f6a57c0e5 (patch) | |
tree | b5d068cdcd4a282db02a292068030c6924661b08 /man | |
parent | - update copyright headers (diff) | |
download | pax-utils-3bebebab2f12fe9dd314a2ef9e5c5f1f6a57c0e5.tar.gz pax-utils-3bebebab2f12fe9dd314a2ef9e5c5f1f6a57c0e5.tar.bz2 pax-utils-3bebebab2f12fe9dd314a2ef9e5c5f1f6a57c0e5.zip |
- Print only ELF files with matching specified octal bits (like 755)
Diffstat (limited to 'man')
-rw-r--r-- | man/scanelf.docbook | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/scanelf.docbook b/man/scanelf.docbook index caea95b..48caa3e 100644 --- a/man/scanelf.docbook +++ b/man/scanelf.docbook @@ -99,6 +99,10 @@ <listitem><para>Print only ELF files matching specified numeric bits (like 32/64)</para></listitem> </varlistentry> <varlistentry> + <term><option>-O</option>, <option>--perms</option> <replaceable>PERMS</replaceable></term> + <listitem><para>Print only ELF files with matching specified octal bits (like 755)</para></listitem> + </varlistentry> + <varlistentry> <term><option>-m</option>, <option>--mount</option></term> <listitem><para>Don't recursively cross mount points</para></listitem> </varlistentry> |