* [PATCH] ld.so.8: Add --inhibit-cache option.
@ 2014-10-17 20:14 Carlos O'Donell
[not found] ` <54417889.7040104-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Carlos O'Donell @ 2014-10-17 20:14 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Michael Kerrisk
Cc: Siddhesh Poyarekar
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-18 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 20:14 [PATCH] ld.so.8: Add --inhibit-cache option Carlos O'Donell
[not found] ` <54417889.7040104-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-10-18 8:04 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox