]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pldd.1: Minor wording fixes
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Sat, 13 Jul 2019 18:50:48 +0000 (12:50 -0600)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 13 Jul 2019 18:50:48 +0000 (12:50 -0600)
* Establish the abbreviations DSO and PID in the lead paragraph
  since they are used later.
* Parallelize descriptions of help, usage, and version options
  with the "and exit" language used in getent(1), iconv(1),
  locale(1), localedef(1), memusage(1), memusagestat(1),
  mtrace(1), pldd(1), sprof(1), time(1), iconvconfig(8),
  zdump(8), and zic(8).

Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/pldd.1

index dab6cb32cc128654542339c8b504768d0667a87e..035368e205f60994ebe1a8f00149d789fd4a437e 100644 (file)
@@ -33,20 +33,20 @@ pldd \- display dynamic shared objects linked into a process
 .SH DESCRIPTION
 The
 .B pldd
-command displays a list of the dynamic shared objects that are
-linked into the process with the specified process ID.
+command displays a list of the dynamic shared objects (DSOs) that are
+linked into the process with the specified process ID (PID).
 The list includes the libraries that have been dynamically loaded using
 .BR dlopen (3).
 .SH OPTIONS
 .TP
 .BR \-? ", " \-\-help
-Display program help message.
+Display a help message and exit.
 .TP
 .B \-\-usage
-Display a short usage message.
+Display a short usage message and exit.
 .TP
 .BR \-V ", " \-\-version
-Display the program version.
+Display program version information and exit.
 .SH EXIT STATUS
 On success,
 .B pldd