From da80c365d8f03330cddb1246b356ade161879a8b Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sat, 13 Jul 2019 12:50:48 -0600 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man1/pldd.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man1/pldd.1 b/man1/pldd.1 index dab6cb32c..035368e20 100644 --- a/man1/pldd.1 +++ b/man1/pldd.1 @@ -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