From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carlos O'Donell" Subject: [PATCH] ld.so.8: Add --inhibit-cache option. Date: Fri, 17 Oct 2014 16:14:01 -0400 Message-ID: <54417889.7040104@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Michael Kerrisk Cc: Siddhesh Poyarekar List-Id: linux-man@vger.kernel.org Michael, The dynamic loader has 6 options, only 5 are documented. This patch documents the sixth option i.e. `--inhibit-cache`. Please apply the patch against master. Cheers, Carlos. diff --git a/man8/ld.so.8 b/man8/ld.so.8 index fe7d2f0..2ef5977 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 --- -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html