diff options
author | ru <ru@FreeBSD.org> | 2000-12-20 13:26:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-20 13:26:01 +0000 |
commit | 9dc3f06fd900f168f5526a72bcf2e9b475b65cab (patch) | |
tree | bb46b8ffd411b7dddd7d145d383eae5c30fd568e /libexec/rtld-elf | |
parent | eb97254875db6165bb8026cb48f86010e80f075a (diff) | |
download | FreeBSD-src-9dc3f06fd900f168f5526a72bcf2e9b475b65cab.zip FreeBSD-src-9dc3f06fd900f168f5526a72bcf2e9b475b65cab.tar.gz |
Prepare for mdoc(7)NG.
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 6a14401..d45712d 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 , |