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. have a similar command.
.SH NOTES .SH NOTES
The command The command
.PP
lsof \-p PID .in +4n
.EX
lsof \-p PID
.EE
.in
.PP
also shows output that includes the dynamic shared objects also shows output that includes the dynamic shared objects
that are linked into a process. 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 using a command such as the following
(to monitor the process with the specified (to monitor the process with the specified
.IR pid ): .IR pid ):
.PP
.in +4n .in +4n
.nf .EX
$ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \\\fP $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \\\fP
\fB-ex "quit" \-p $pid | grep '^0x.*0x'\fP \fB-ex "quit" \-p $pid | grep '^0x.*0x'\fP
.fi .fi
.in .EE
.SH BUGS .SH BUGS
Since glibc 2.19, Since glibc 2.19,
.B pldd .B pldd