summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-08-05 05:03:11 +0000
committerderaadt <deraadt@openbsd.org>1998-08-05 05:03:11 +0000
commitf8b47bde2a9e450c8bf79b8d14df7afa5206ccba (patch)
treecba7dfa9bf9b823763654f28fe0eb4c9898cc40f
parentfix resid wrt debugging printf (diff)
downloadwireguard-openbsd-f8b47bde2a9e450c8bf79b8d14df7afa5206ccba.tar.xz
wireguard-openbsd-f8b47bde2a9e450c8bf79b8d14df7afa5206ccba.zip
setuid/setgid caveats; form
-rw-r--r--gnu/usr.bin/ld/rtld/rtld.14
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1
index 2df56b42d7f..a18898afe27 100644
--- a/gnu/usr.bin/ld/rtld/rtld.1
+++ b/gnu/usr.bin/ld/rtld/rtld.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtld.1,v 1.9 1998/07/22 04:31:00 deraadt Exp $
+.\" $OpenBSD: rtld.1,v 1.10 1998/08/05 05:03:11 deraadt Exp $
.\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -139,9 +139,11 @@ its behaviour as follows:
.It Ev LD_LIBRARY_PATH
A colon separated list of directories, overriding the default search path
for shared libraries.
+This variable is ignored for set-user-ID and set-group-ID executables.
.It Ev LD_PRELOAD
A colon seperate list of library names to load before any of the regular
libraries are loaded.
+This variable is ignored for set-user-ID and set-group-ID executables.
.It Ev LD_WARN_NON_PURE_CODE
When set, issue a warning whenever a link-editing operation requires
modification of the text segment of some loaded object. This is usually