diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-06-22 09:11:24 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-06-22 09:11:24 +0000 |
commit | 1ae42ad1a141a3bcb3cb973b1330cf95ae6cd4ce (patch) | |
tree | 5150c197b109333c19498893a0ee30cc04ed174b | |
parent | 1d85c27cf258dddf39f749ed9b10dd34185e5bc1 (diff) |
These two env vars don't have a `=' in their name.
ok jmc
-rw-r--r-- | libexec/ld.so/ld.so.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 0f7ce0009e6..74fd744827a 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.10 2006/05/04 01:55:00 drahn Exp $ +.\" $OpenBSD: ld.so.1,v 1.11 2006/06/22 09:11:23 mk Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -182,10 +182,10 @@ When set, be verbose about what .Nm does. .Pp -.It Ev LD_NOPREBIND= +.It Ev LD_NOPREBIND When set, ignore any prebind data associated with the program or libraries. .Pp -.It Ev LD_PREBINDVALIDATE= +.It Ev LD_PREBINDVALIDATE When set, perform symbol relocation of the given binary and the associated libraries, compare the results against the prebind values, then exit. .El |