aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-12 12:23:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-12 12:23:40 +0000
commit0e2dd923705ee9552a77e56e923eb21b2cd88999 (patch)
treef30d24c42116749aa7d9eb475c811b375742c015 /usr.bin/ldd
parent2e032d8d80f37767c6dfb6a3c287463acf4ec612 (diff)
downloadsrc-0e2dd923705ee9552a77e56e923eb21b2cd88999.tar.gz
src-0e2dd923705ee9552a77e56e923eb21b2cd88999.zip
Expand documentation of -f option
PR: docs/66265 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=169499
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r--usr.bin/ldd/ldd.19
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 0446aa260d7a..9dd7902fae03 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -32,9 +32,16 @@ The argument is a format string passed to
and allows customization of
.Nm Ns 's
output.
+If one is given, it sets
+.Ev LD_TRACE_LOADED_OBJECTS_FMT1 .
+If two are given, they set
+.Ev LD_TRACE_LOADED_OBJECTS_FMT1
+and
+.Ev LD_TRACE_LOADED_OBJECTS_FMT2 ,
+respectively.
See
.Xr rtld 1
-for a list of recognized conversion characters.
+for details, including a list of recognized conversion characters.
.Pp
The
.Fl a