ld.so.8: ffix: Make option argument formatting consistent with other pages

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-16 06:57:12 +01:00
parent 5c656ff121
commit a831ad17ee
1 changed files with 11 additions and 6 deletions

View File

@ -150,19 +150,24 @@ it.
.B \-\-inhibit-cache
Do not use /etc/ld.so.cache.
.TP
.B \-\-library\-path PATH
Use PATH instead of
.BI \-\-library\-path " path"
Use
.I path
instead of
.B LD_LIBRARY_PATH
environment variable setting (see below).
.TP
.B \-\-inhibit\-rpath LIST
Ignore RPATH and RUNPATH information in object names in LIST.
.BI \-\-inhibit\-rpath " list"
Ignore RPATH and RUNPATH information in object names in
.IR list .
This option is ignored if
.B ld.so
is set-user-ID or set-group-ID.
.TP
.B \-\-audit LIST
Use objects named in LIST as auditors.
.BI \-\-audit " list"
Use objects named in
.I list
as auditors.
.SH ENVIRONMENT
Among the more important environment variables are the following:
.TP