diff options
author | bms <bms@FreeBSD.org> | 2008-05-15 10:47:14 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-05-15 10:47:14 +0000 |
commit | 2046eefcb4069bda00ef03ea5279c12b91458cc5 (patch) | |
tree | 600b2127ce5c5bf25b8cfea3d96956bb03d69228 /libexec | |
parent | d28bbf5fae8e389f8b436cd548369463d6e0789b (diff) | |
download | FreeBSD-src-2046eefcb4069bda00ef03ea5279c12b91458cc5.zip FreeBSD-src-2046eefcb4069bda00ef03ea5279c12b91458cc5.tar.gz |
Make the meaning of the %A format specifier, as passed to
LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/rtld.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index a677d5c..011a693 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 27, 2006 +.Dd May 15, 2008 .Dt RTLD 1 .Os .Sh NAME @@ -174,7 +174,10 @@ The main program's name .Dq __progname ) . .It Li \&%A The value of the environment variable -.Ev LD_TRACE_LOADED_OBJECTS_PROGNAME +.Ev LD_TRACE_LOADED_OBJECTS_PROGNAME . +Typically used to print both the names of programs and shared libraries +being inspected using +.Xr ldd 1 . .It Li %o The library name. .It Li %p |