summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2021-08-12 00:00:00 -0500
committerCraig Small <csmall@dropbear.xyz>2021-08-17 22:04:51 +1000
commit95294d6e4c24b1b43e48e66bd5fdae2dd165ce34 (patch)
treec6d3bd50009641237facc6de5615ef4d97b6e437
parent96e2220068ad2a57fa5205720654a75d1cd5775f (diff)
downloadprocps-ng-95294d6e4c24b1b43e48e66bd5fdae2dd165ce34.tar.gz
top: man page now reflects change for the 'select' i/f
Reference(s): https://www.freelists.org/post/procps/important-extension-to-newlib,4 . 'select' i/f top response commit 23776571a74ce9c526b0171ca8ba7ec0357d8002 . 'select' i/f library change commit af34cc964ae7667db15d2507f24098c26ba3c664 Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--top/top.18
1 files changed, 5 insertions, 3 deletions
diff --git a/top/top.1 b/top/top.1
index cdb96c5..deff4e0 100644
--- a/top/top.1
+++ b/top/top.1
@@ -51,7 +51,6 @@
\# - the header width w/ all fields
.ds WF approximately 250
\# - pid monitoring limit
-.ds WP 20
\# Xref's that depend on/mention other stuff --------
.ds Xa see
.ds XC See the
@@ -403,8 +402,11 @@ Such names are subject to NLS (National Language Support) translation.
.TP 5
\-\fBp\fR\ \ :\fIMonitor-PIDs\fR mode as:\fB\ \ \-pN1 -pN2 ...\fR\ \ or\fB\ \ \-pN1,N2,N3 ... \fR
Monitor only processes with specified process IDs.
-This option can be given up to \*(WP times, or you can provide a comma delimited
-list with up to \*(WP pids.
+However, when combined with Threads mode (`H'), all processes in the
+thread group (\*(Xa TGID) of each monitored PID will also be shown.
+
+This option can be given up to 20 times, or you can provide a comma delimited
+list with up to 20 pids.
Co-mingling both approaches is permitted.
A pid value of zero will be treated as the process id of the \*(We program