]> granicus.if.org Git - procps-ng/commitdiff
doc: detail 'Ctrl' bottom window namespaces plus focus
authorJim Warner <james.warner@comcast.net>
Thu, 12 May 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 16 May 2022 10:05:59 +0000 (20:05 +1000)
[ along the way we will restore '^R' to keys summary ]
[ plus correct a leftover reference to 'Ctrl-V' too. ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
NEWS
top/top.1

diff --git a/NEWS b/NEWS
index 96262bfc2de0c9e77952ba79fe0d10f7406f4859..c248f4d6e40fd6d55a5f52f95fc2e899e28a3964 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,8 @@ procps-ng-NEXT
   * top: column highlighting allowed under 'L' or 'O'
   * top: can alter autogroup nice value (like 'r' renice)
   * top: can display the following with no need to scroll
-  *      cmdline, control groups, environment, supp groups
+  *      cmdline, control groups, environment,
+         supplimentary groups, namespaces
 
 procps-ng-4.0.0
 ---------------
index e88d6209cbee95c2fe8bfd7b4bcf42a8eb7b9baa..f70d33e27a7e97a2200ecb97fecf4935f51204cc 100644 (file)
--- a/top/top.1
+++ b/top/top.1
@@ -59,7 +59,7 @@ memory statistics and data for other users requires root privileges
 .
 .\" Document /////////////////////////////////////////////////////////////
 .\" ----------------------------------------------------------------------
-.TH TOP 1 "March 2022" "procps-ng" "User Commands"
+.TH TOP 1 "May 2022" "procps-ng" "User Commands"
 .\" ----------------------------------------------------------------------
 .nh
 
@@ -1273,7 +1273,7 @@ depending on the context in which they are issued.
   4a.\fI Global-Commands \fR
         <Ent/Sp> ?, =, 0,
         A, B, d, E, e, g, H, h, I, k, q, r, s, W, X, Y, Z,
-        ^G, ^K, ^U, ^V
+        ^G, ^K, ^U, ^V, ^R
   4b.\fI Summary-Area-Commands \fR
         C, l, t, m, 1, 2, 3, 4, !
   4c.\fI Task-Area-Commands \fR
@@ -1532,27 +1532,28 @@ colors for the \*(CW, or for all windows.
 For details regarding this \*(CI \*(Xt 4d. COLOR Mapping.
 
 .P
-\ \ \ \fB^G\fR\ \ :\fIDisplay-Full-Control-Groups \fR       (Ctrl key + `g')
+\ \ \ \fB^G\fR\ \ :\fIDisplay-Control-Groups \fR       (Ctrl key + `g')
 .br
-\ \ \ \fB^K\fR\ \ :\fIDisplay-Full-Cmdline \fR              (Ctrl key + `k')
+\ \ \ \fB^K\fR\ \ :\fIDisplay-Cmdline \fR              (Ctrl key + `k')
 .br
-\ \ \ \fB^N\fR\ \ :\fIDisplay-Full-Environment \fR          (Ctrl key + `n')
+\ \ \ \fB^N\fR\ \ :\fIDisplay-Environment \fR          (Ctrl key + `n')
 .br
-\ \ \ \fB^U\fR\ \ :\fIDisplay-Full-Supplementary-Groups \fR (Ctrl key + `u')
+\ \ \ \fB^P\fR\ \ :\fIDisplay-Namesspaces \fR          (Ctrl key + `p')
+.br
+\ \ \ \fB^U\fR\ \ :\fIDisplay-Supplementary-Groups \fR (Ctrl key + `u')
 .br
 .RS +7
 Applied to the first process displayed, these commands will show
 that task's full (potentially wrapped) information.
 Such data will be displayed in a separate window at the bottom of
-the screen.
+the screen while normal \*(We monitoring continues.
 
 Keying the\fI same\fR `Ctrl' command a second time removes that
 separate window as does the `=' command.
-
 Keying a different `Ctrl' combination, while one is already active,
 immediately transitions to the new information.
 
-Notable among these provisions is the Ctrl+V (environment) command.
+Notable among these provisions is the Ctrl+N (environment) command.
 Its output can be extensive and not easily read when line wrapped.
 A more readable version can be achieved with an `Inspect' entry
 in the rcfile like the following.
@@ -1563,6 +1564,10 @@ in the rcfile like the following.
 
 \*(XC `Y' \*(CI above and topic 6b. ADDING INSPECT Entries for
 additional information.
+
+As an alternative to `Inspect', and available to all of these `Ctrl'
+commands, the tab key can be used to highlight individual elements
+in the bottom window.
 .RS -7
 
 .TP 7