summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-02-13 17:22:39 +0100
committerDaniel Lange <DLange@git.local>2022-02-13 17:22:39 +0100
commit4aeb146ce838c9bedd98b9d2227e8aa57464f574 (patch)
tree08aabb009ed9851ee720cd1b644f403e59a32ec4 /htop.1.in
parent8c99683b04ca38e98b1405d63a8c83f890e05ae0 (diff)
Remove duplicate sections on COMM and EXE
Closes #934 Thank you, Narendran Gopalakrishnan (gnarendran)!
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/htop.1.in b/htop.1.in
index a0cc265f..b51789a2 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -289,6 +289,8 @@ highlighting can be configured for stale executables (cf. EXE column below).
.TP
.B COMM
The command name of the process obtained from /proc/[pid]/comm, if readable.
+
+Requires Linux kernel 2.6.33 or newer.
.TP
.B EXE
The abbreviated basename of the executable of the process, obtained from
@@ -310,6 +312,8 @@ been replaced or deleted.
This additional color markup can be configured in the "Display Options" section of
the setup screen.
+
+Displaying EXE requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
.TP
.B PID
The process ID.
@@ -527,12 +531,6 @@ The percentage of time spent waiting for the completion of synchronous block I/O
.B PERCENT_SWAP_DELAY (SWAPD%)
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
.TP
-.B COMM
-The command name for the process. Requires Linux kernel 2.6.33 or newer.
-.TP
-.B EXE
-The executable file of the process as reported by the kernel. Requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
-.TP
.B AGRP
The autogroup identifier for the process. Requires Linux CFS to be enabled.
.TP

© 2014-2024 Faster IT GmbH | imprint | privacy policy