]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man1/pldd.1
pldd.1, bpf.2, chdir.2, clone.2, fanotify_init.2, fanotify_mark.2, intro.2, ipc.2...
[thirdparty/man-pages.git] / man1 / pldd.1
index f9dbad76db3b54f385a9e790b8848b47f887b919..5f6eddcb1cdb41c0aec8aaa2b7cbb42d58ccb404 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PLDD 1 2019-03-06 "GNU" "Linux User Manual"
+.TH PLDD 1 2019-08-02 "GNU" "Linux User Manual"
 .SH NAME
 pldd \- display dynamic shared objects linked into a process
 .SH SYNOPSIS
@@ -93,7 +93,7 @@ using a command such as the following
 .in +4n
 .EX
 $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \e\fP
-        \fB-ex "quit" \-p $pid | grep '^0x.*0x'\fP
+        \fB\-ex "quit" \-p $pid | grep '^0x.*0x'\fP
 .EE
 .in
 .SH BUGS