From d1ee216ecb3400c2f14aed4a8689b34ec9d2d3da Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sat, 11 May 2019 16:30:10 +1000 Subject: [PATCH 2/3] pldd.1: wfix * 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 --- 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 -- 2.20.1