diff options
author | joel <joel@FreeBSD.org> | 2013-03-19 12:35:33 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-03-19 12:35:33 +0000 |
commit | 34ea777e7c9536ca3906078dd753711a6f8947bb (patch) | |
tree | ddc83cd17a82298bac3d44724a05e7699fcf96d5 /sbin/ldconfig | |
parent | 38b46fc64e9af0a68fc5ac1ff070b5b90a466812 (diff) | |
download | FreeBSD-src-34ea777e7c9536ca3906078dd753711a6f8947bb.zip FreeBSD-src-34ea777e7c9536ca3906078dd753711a6f8947bb.tar.gz |
Remove obsolete objformat information.
Submitted by: db
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 8824590..f2fc324 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -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 , |