diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 12:23:40 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 12:23:40 +0000 |
| commit | 0e2dd923705ee9552a77e56e923eb21b2cd88999 (patch) | |
| tree | f30d24c42116749aa7d9eb475c811b375742c015 /usr.bin | |
| parent | 2e032d8d80f37767c6dfb6a3c287463acf4ec612 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ldd/ldd.1 | 9 |
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 |
