diff options
author | 2006-06-22 09:11:23 +0000 | |
---|---|---|
committer | 2006-06-22 09:11:23 +0000 | |
commit | 837ac4f1023acdb29bfae926fa20cf2667e21efa (patch) | |
tree | 32b64c156a8056f7652ed75f7972d43152d0951f | |
parent | sort the hardware list, and zap some .Tn whilst there; (diff) | |
download | wireguard-openbsd-837ac4f1023acdb29bfae926fa20cf2667e21efa.tar.xz wireguard-openbsd-837ac4f1023acdb29bfae926fa20cf2667e21efa.zip |
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 |