]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man1/pldd.1
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man1 / pldd.1
index eb5e91bb3304600ab75ec4619ac572ff3f9d3023..e0fa32b6eb16902334d58ebf3113b03cb412ea91 100644 (file)
@@ -52,16 +52,16 @@ None.
 glibc 2.15.
 .SH NOTES
 The command
-.PP
+.P
 .in +4n
 .EX
 lsof \-p PID
 .EE
 .in
-.PP
+.P
 also shows output that includes the dynamic shared objects
 that are linked into a process.
-.PP
+.P
 The
 .BR gdb (1)
 .I "info shared"
@@ -71,7 +71,7 @@ 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
+.P
 .in +4n
 .EX
 $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \e\fP