diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-08-30 20:36:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-08-30 20:36:41 +0000 |
commit | 0763861390db14090881173eb04651c38c72fea3 (patch) | |
tree | 99f403365b1b95dc5be9c693748ad81da3f81eb0 | |
parent | 51afd5415506d8c9e03075af7ca160c15984519d (diff) |
minimal documentation for LD_DEBUG.
okay millert@, miod@
-rw-r--r-- | libexec/ld.so/ld.so.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 9a21709dc62..2b0fa80654e 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.6 2003/10/17 12:51:06 jmc Exp $ +.\" $OpenBSD: ld.so.1,v 1.7 2004/08/30 20:36:40 espie Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -176,6 +176,10 @@ When set, do not include a set of built-in standard directory paths for searching. This might be useful when running on a system with a completely non-standard filesystem layout. +.It Ev LD_DEBUG +When set, be verbose about what +.Nm +does. .El .Sh FILES .Bl -tag -width /var/run/ld.so.hintsXXX -compact |