ld.so.8: Minor typo fixes

Reported-by: Silvan Jegen <s.jegen@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-04 21:47:38 +01:00
parent 24fb0923ab
commit 6e1064d386
1 changed files with 4 additions and 4 deletions

View File

@ -166,14 +166,14 @@ environment variable setting (see below).
.BI \-\-inhibit\-rpath " list"
Ignore RPATH and RUNPATH information in object names in
.IR list .
This option is ignored if when running in secure-execution mode (see below).
This option is ignored when running in secure-execution mode (see below).
.TP
.BI \-\-audit " list"
Use objects named in
.I list
as auditors.
.SH ENVIRONMENT
Various environment variable influence the operation of the dynamic linker.
Various environment variables influence the operation of the dynamic linker.
.\"
.SS Secure-execution mode
For security reasons,
@ -258,7 +258,7 @@ The items in the list are separated by either colons or semicolons.
Similar to the
.B PATH
environment variable.
This variable is ignore in secure-execution mode.
This variable is ignored in secure-execution mode.
.TP
.B LD_PRELOAD
A list of additional, user-specified, ELF shared
@ -357,7 +357,7 @@ Allow weak symbols to be overridden (reverting to old glibc behavior).
.\" From: Ulrich Drepper <drepper at redhat dot com>
.\" Date: 07 Jun 2000 20:08:12 -0700
.\" Reply-To: drepper at cygnus dot com (Ulrich Drepper)
For security reasons, since glibc 2.3.4,
Since glibc 2.3.4,
.B LD_DYNAMIC_WEAK
is ignored in secure-execution mode.
.TP