diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-02 15:02:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-02 15:02:06 +0000 |
| commit | 09f84dd1d3a2894c4836b20621e2023ae8e930d1 (patch) | |
| tree | 4a56090fec39317e942be1d49dd392fac4bed632 /libexec/rtld-elf | |
| parent | b2bb9f9bfdddfd4d002a36144abb1112d1c83d64 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 5ba43e02a8217..6c74a62940642 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,5 +1,3 @@ -.\" $FreeBSD$ -.\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. .\" @@ -28,7 +26,9 @@ .\" (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 January 28, 2000 +.\" $FreeBSD$ +.\" +.Dd May 31, 2003 .Dt RTLD 1 .Os .Sh NAME @@ -82,9 +82,9 @@ utility recognizes a number of environment variables that can be used to modify its behaviour as follows: .Pp -.Bl -tag -width ".Ev LD_LIBRARY_PATH" +.Bl -tag -width ".Ev LD_LIBMAP_DISABLE" .It Ev LD_LIBMAP_DISABLE -If set disables the use of +If set, disables the use of .Xr libmap.conf 5 . .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path |
