Skip to content

Commit 4aeb146

Browse files
Daniel LangeDaniel Lange
authored andcommitted
Remove duplicate sections on COMM and EXE
Closes hishamhm#934 Thank you, Narendran Gopalakrishnan (gnarendran)!
1 parent 8c99683 commit 4aeb146

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

htop.1.in

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ highlighting can be configured for stale executables (cf. EXE column below).
289289
.TP
290290
.B COMM
291291
The command name of the process obtained from /proc/[pid]/comm, if readable.
292+
293+
Requires Linux kernel 2.6.33 or newer.
292294
.TP
293295
.B EXE
294296
The abbreviated basename of the executable of the process, obtained from
@@ -310,6 +312,8 @@ been replaced or deleted.
310312

311313
This additional color markup can be configured in the "Display Options" section of
312314
the setup screen.
315+
316+
Displaying EXE requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
313317
.TP
314318
.B PID
315319
The process ID.
@@ -527,12 +531,6 @@ The percentage of time spent waiting for the completion of synchronous block I/O
527531
.B PERCENT_SWAP_DELAY (SWAPD%)
528532
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
529533
.TP
530-
.B COMM
531-
The command name for the process. Requires Linux kernel 2.6.33 or newer.
532-
.TP
533-
.B EXE
534-
The executable file of the process as reported by the kernel. Requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
535-
.TP
536534
.B AGRP
537535
The autogroup identifier for the process. Requires Linux CFS to be enabled.
538536
.TP

0 commit comments

Comments
 (0)