From e6154a82debf853b20ecfbdea1b650c6f0a02827 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 15 Aug 2017 16:01:55 +0200 Subject: [PATCH] pldd.1: ffix Signed-off-by: Michael Kerrisk --- man1/pldd.1 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/man1/pldd.1 b/man1/pldd.1 index 083cd55f5..f595dbdb5 100644 --- a/man1/pldd.1 +++ b/man1/pldd.1 @@ -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