From a831ad17ee7fbfab67e76d2d0ab80ec06a93f013 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Feb 2015 06:57:12 +0100 Subject: [PATCH] ld.so.8: ffix: Make option argument formatting consistent with other pages Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 0dae83926..82876dd16 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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