From 495dadb757313023d2a2adda7e85aafd19321935 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 17 Oct 2014 16:14:01 -0400 Subject: [PATCH] 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 --- man8/ld.so.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index a5a72934c..5342aa533 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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