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:
Bruce M Simpson 2008-05-15 10:47:14 +00:00
parent b65a4e880e
commit 523b17effe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179012

View File

@ -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