pldd.1: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-15 16:01:55 +02:00
parent e18862b0a1
commit e6154a82de
1 changed files with 10 additions and 6 deletions

View File

@ -70,9 +70,13 @@ Some other systems
have a similar command.
.SH NOTES
The command
lsof \-p PID
.PP
.in +4n
.EX
lsof \-p PID
.EE
.in
.PP
also shows output that includes the dynamic shared objects
that are linked into a process.
@ -85,13 +89,13 @@ so that one can obtain similar output to
using a command such as the following
(to monitor the process with the specified
.IR pid ):
.PP
.in +4n
.nf
.EX
$ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \\\fP
\fB-ex "quit" \-p $pid | grep '^0x.*0x'\fP
.fi
.in
.EE
.SH BUGS
Since glibc 2.19,
.B pldd