From 2046eefcb4069bda00ef03ea5279c12b91458cc5 Mon Sep 17 00:00:00 2001 From: bms Date: Thu, 15 May 2008 10:47:14 +0000 Subject: Make the meaning of the %A format specifier, as passed to LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me. --- libexec/rtld-elf/rtld.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libexec/rtld-elf/rtld.1') 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 -- cgit v1.1