pldd.1: Minor wording fixes

* 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>
This commit is contained in:
G. Branden Robinson 2019-07-13 12:50:48 -06:00 committed by Michael Kerrisk
parent d3863db865
commit da80c365d8
1 changed files with 5 additions and 5 deletions

View 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