From 8e19b2a2c5655c132a3b41f9a911471dd32914d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 9 Aug 2022 22:02:23 +0200 Subject: Document idle process state Closes: #1001 --- htop.1.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htop.1.in b/htop.1.in index c81c8192..1bc76a3c 100644 --- a/htop.1.in +++ b/htop.1.in @@ -327,7 +327,8 @@ The process ID. .TP .B STATE (S) The state of the process: - \fBS\fR for sleeping (idle) + \fBS\fR for sleeping + \fBI\fR for idle (longer inactivity than sleeping on platforms that distinguish) \fBR\fR for running \fBD\fR for disk sleep (uninterruptible) \fBZ\fR for zombie (waiting for parent to read its exit status) -- cgit v1.2.3