Make the meaning of the %A format specifier, as passed to
LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me.
This commit is contained in:
parent
b65a4e880e
commit
523b17effe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user