summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ld.so.1
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-02-22 02:54:37 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-02-22 02:54:37 +0000
commitacdb816b501054984fd9598ce3b0e1cd75a6e01b (patch)
tree37fbc03e196d515fb0f388e3e7083ae02e0bac66 /libexec/ld.so/ld.so.1
parent9f8fc7c375aba60d27348f778bc0c6f87fa31de1 (diff)
Delete descriptions of env variables that we don't actually support.
They all sound like bad ideas anyway. ok matthew@ deraadt@
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r--libexec/ld.so/ld.so.130
1 files changed, 2 insertions, 28 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1
index 62472c61ff6..9f8aa76c6cd 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.20 2014/01/23 00:31:34 deraadt Exp $
+.\" $OpenBSD: ld.so.1,v 1.21 2014/02/22 02:54:36 guenther Exp $
.\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 23 2014 $
+.Dd $Mdocdate: February 22 2014 $
.Dt LD.SO 1
.Os
.Sh NAME
@@ -100,18 +100,6 @@ Normally, the procedure linkage table entries are handled lazily,
avoiding symbol lookup and relocation for unused functions.
This variable is ignored for set-user-ID and set-group-ID executables.
.Pp
-.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 indicative of an incorrectly built library.
-.Aq not yet supported
-.Pp
-.It Ev LD_SUPPRESS_WARNINGS
-When set, no warning messages of any kind are issued.
-Normally, a warning is given if a satisfactorily versioned library
-could not be found.
-.Aq not yet supported
-.Pp
.It Ev LD_TRACE_LOADED_OBJECTS
When set, causes
.Nm
@@ -169,20 +157,6 @@ and
.Sy \et
are recognised and have their usual meaning.
.Pp
-.It Ev LD_NO_INTERN_SEARCH
-When set,
-.Nm
-does not process any internal search paths that were recorded in the
-executable.
-.Aq not yet supported
-.Pp
-.It Ev LD_NOSTD_PATH
-.Aq not yet supported
-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.
-.Pp
.It Ev LD_DEBUG
When set, be verbose about what
.Nm