ld.so.8: Add --inhibit-cache option

The dynamic loader has 6 options, only 5 are documented.
This patch documents the sixth option i.e. `--inhibit-cache`.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Carlos O'Donell 2014-10-17 16:14:01 -04:00 committed by Michael Kerrisk
parent f246d84728
commit 495dadb757
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ List all dependencies and how they are resolved.
Verify that program is dynamically linked and this dynamic linker can handle
it.
.TP
.B \-\-inhibit-cache
Do not use /etc/ld.so.cache.
.TP
.B \-\-library\-path PATH
Use PATH instead of
.B LD_LIBRARY_PATH