From 0e2dd923705ee9552a77e56e923eb21b2cd88999 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 12 May 2007 12:23:40 +0000 Subject: [PATCH] Expand documentation of -f option PR: docs/66265 Submitted by: Michel Lavondes MFC after: 1 week --- usr.bin/ldd/ldd.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 0446aa260d7..9dd7902fae0 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -32,9 +32,16 @@ The argument is a format string passed to and allows customization of .Nm Ns 's output. +If one is given, it sets +.Ev LD_TRACE_LOADED_OBJECTS_FMT1 . +If two are given, they set +.Ev LD_TRACE_LOADED_OBJECTS_FMT1 +and +.Ev LD_TRACE_LOADED_OBJECTS_FMT2 , +respectively. See .Xr rtld 1 -for a list of recognized conversion characters. +for details, including a list of recognized conversion characters. .Pp The .Fl a