From 0380d0bfd5d74186d9c1da37bb50be009f4f407f Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 28 Nov 2020 20:23:33 +0100 Subject: [PATCH] Include documentation for COMM and EXE --- htop.1.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htop.1.in b/htop.1.in index 547f4e35..5ba6dda9 100644 --- a/htop.1.in +++ b/htop.1.in @@ -448,6 +448,12 @@ 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. Requries CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED. +.TP .B All other flags Currently unsupported (always displays '-'). .SH "CONFIG FILE"