Module Name: src
Committed By: christos
Date: Fri Jan 31 18:52:37 UTC 2025
Modified Files:
src/usr.bin/ldd: ldd.1
Log Message:
update %a description (it was wrong before; it was never __progname).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/ldd/ldd.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ldd/ldd.1
diff -u src/usr.bin/ldd/ldd.1:1.21 src/usr.bin/ldd/ldd.1:1.22
--- src/usr.bin/ldd/ldd.1:1.21 Sat Oct 15 01:55:45 2022
+++ src/usr.bin/ldd/ldd.1 Fri Jan 31 13:52:37 2025
@@ -1,4 +1,4 @@
-.\" $NetBSD: ldd.1,v 1.21 2022/10/15 05:55:45 mrg Exp $
+.\" $NetBSD: ldd.1,v 1.22 2025/01/31 18:52:37 christos Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 15, 2022
+.Dd January 31, 2025
.Dt LDD 1
.Os
.Sh NAME
@@ -68,10 +68,9 @@ to be operated as a filter more convenie
The following conversions can be used:
.Bl -tag -width xxxx
.It \&%a
-The main program's name
-.Po also known as
-.Dq __progname
-.Pc .
+The main program's name, either set from
+.Dv AT_SUN_EXECNAME
+or from the first element of the argument vector.
.It \&%A
The value of the environment variable
.Ev LD_TRACE_LOADED_OBJECTS_PROGNAME