diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-20 13:31:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-20 13:31:19 +0000 |
| commit | 2dafcf464a6ca1fa19325e5e730a17f454d72f69 (patch) | |
| tree | 35598cc028a8a160fb7af824f00a652fd4223a87 /libexec/rtld-elf | |
| parent | 3b01b36a403675088da8e8fa28994eeeb5baf299 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 6a1440186c3b..d45712dafdc3 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -73,7 +73,7 @@ utility. recognizes a number of environment variables that can be used to modify its behaviour as follows: .Pp -.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS" +.Bl -tag -width LD_LIBRARY_PATH .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path for shared libraries. @@ -110,7 +110,7 @@ option and allows .Xr ldd 1 to be operated as a filter more conveniently. The following conversions can be used: -.Bl -tag -indent "LD_TRACE_LOADED_OBJECTS_FMT1 " -width "xxxx" +.Bl -tag -width "xxxx" .It \&%a The main program's name .Po @@ -140,7 +140,9 @@ are recognized and have their usual meaning. .El .Pp .Sh FILES -/var/run/ld-elf.so.hints +.Bl -tag -width indent +.It Pa /var/run/ld-elf.so.hints +.El .Pp .Sh SEE ALSO .Xr elf 5 , |
