From 46672d0d305eeafd2e4c922616326b11d3eb52aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 12 Jul 2006 10:41:40 +0000 Subject: [PATCH] Document -u option. --- man1/ldd.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man1/ldd.1 b/man1/ldd.1 index 6dd409b5c..958771149 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -27,6 +27,9 @@ Print the version number of .B \-v\ \-\-verbose Print all information, including e.g. symbol versioning information. .TP +.B \-u\ \-\-unused +Print unused direct dependencies. +.TP .B \-d\ \-\-data\-relocs Perform relocations and report any missing objects (ELF only). .TP