diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
commit | 87faa07bec7b6e1212692fbaa21d663ee288abe8 (patch) | |
tree | 9a436c177ed358d0faad3010a07f77c999ee9cfa /usr.bin/ldd | |
parent | f63f700eead0ba7d5c6f70df1a0bedc055bc8734 (diff) | |
download | src-test2-87faa07bec7b6e1212692fbaa21d663ee288abe8.tar.gz src-test2-87faa07bec7b6e1212692fbaa21d663ee288abe8.zip |
Notes
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r-- | usr.bin/ldd/ldd.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 6c16eef9f5f5..9920746bc573 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -21,11 +21,13 @@ depend on yet other shared objects. .Pp Zero, one or two .Fl f -options may be given. The argument is a format string passed to +options may be given. +The argument is a format string passed to .Xr rtld 1 and allows customization of .Nm ldd Ns 's -output. See +output. +See .Xr rtld 1 for a list of recognized conversion characters. .Pp |