ld.so.8: Rewrite LD_DEBUG_OUTPUT description and note that .PID is appended

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-12 13:55:41 +02:00
parent 797981eb03
commit fe689ea47c
1 changed files with 6 additions and 3 deletions

View File

@ -446,10 +446,13 @@ is ignored in secure-execution mode, unless the file
exists (the content of the file is irrelevant).
.TP
.BR LD_DEBUG_OUTPUT " (since glibc 2.1)"
File in which
By default,
.B LD_DEBUG
output should be written.
The default is standard error.
output is written to standard error.
If
.B LD_DEBUG_OUTPUT
is defined, then output is written to the pathname specified by its value,
with the suffix "." (dot) followed by the process ID appended to the pathname.
.B LD_DEBUG_OUTPUT
is ignored in secure-execution mode.