svn commit: r248496 - head/sbin/ldconfig
Joel Dahl
joel at FreeBSD.org
Tue Mar 19 12:35:34 UTC 2013
Author: joel (doc committer)
Date: Tue Mar 19 12:35:33 2013
New Revision: 248496
URL: http://svnweb.freebsd.org/changeset/base/248496
Log:
Remove obsolete objformat information.
Submitted by: db
Modified:
head/sbin/ldconfig/ldconfig.8
Modified: head/sbin/ldconfig/ldconfig.8
==============================================================================
--- head/sbin/ldconfig/ldconfig.8 Tue Mar 19 11:09:15 2013 (r248495)
+++ head/sbin/ldconfig/ldconfig.8 Tue Mar 19 12:35:33 2013 (r248496)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 11, 2005
+.Dd March 19, 2013
.Dt LDCONFIG 8
.Os
.Sh NAME
@@ -162,21 +162,6 @@ In
addition to building a set of hints for quick lookup, it also serves to
specify the trusted collection of directories from which shared objects can
be safely loaded.
-.Sh ENVIRONMENT
-.Bl -tag -width OBJFORMATxxx -compact
-.It Ev OBJFORMAT
-Overrides
-.Pa /etc/objformat
-(see below) to determine whether
-.Fl aout
-or
-.Fl elf
-is the default.
-If set, its value should be either
-.Ql aout
-or
-.Ql elf .
-.El
.Sh FILES
.Bl -tag -width /var/run/ld-elf.so.hintsxxx -compact
.It Pa /var/run/ld.so.hints
@@ -196,17 +181,6 @@ invocations with
Conventional configuration files containing directory names for
invocations with
.Fl 32 .
-.It Pa /etc/objformat
-Determines whether
-.Fl aout
-or
-.Fl elf
-is the default.
-If present, it must consist of a single line
-containing either
-.Ql OBJFORMAT=aout
-or
-.Ql OBJFORMAT=elf .
.El
.Sh SEE ALSO
.Xr ld 1 ,
More information about the svn-src-head
mailing list