diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-20 13:26:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-20 13:26:01 +0000 |
| commit | 58eaff23320564678272a29fca675462cd4a7b59 (patch) | |
| tree | c8265bba4214c9598f57f5265d2f74bf81241484 /libexec/rtld-elf/rtld.1 | |
| parent | 20fc4e5c7baafbff82d530585f0a17266b78503a (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
| -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 , |
