From 1e8d0a323b9e5d7cc37a9eb5dc5ced90716dfa2a Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sat, 24 May 2014 00:00:00 -0500 Subject: [PATCH] top: add missing summary area info to the man document Way back for release 3.2.6 of the original procps top, a patch was introduced to explain abbreviations in the summary area showing cpu state percentages. Ever since that time the the 'id/idle' category has been missing. This patch simply corrects that oversight, having been noticed after a review of the outstanding Ubuntu bugs. Reference(s): . deficiency yet unresolved (May 2010) https://bugs.launchpad.net/ubuntu/+source/procps/+bug/574624 . patch incorporated into 'ng' (Feb 2011) commit ee5fd1dce1fe91531b8ee5ec3d7c6620fb7dc6a3 . cpu states doc requests (Jun 2005, Jan 2004) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312157 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228899 Signed-off-by: Jim Warner --- top/top.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/top/top.1 b/top/top.1 index 5ce405e7..f68b6ef7 100644 --- a/top/top.1 +++ b/top/top.1 @@ -68,7 +68,7 @@ . .\" Document ///////////////////////////////////////////////////////////// .\" ---------------------------------------------------------------------- -.TH TOP 1 "April 2014" "procps-ng" "User Commands" +.TH TOP 1 "May 2014" "procps-ng" "User Commands" .\" ---------------------------------------------------------------------- .\" ---------------------------------------------------------------------- @@ -437,6 +437,7 @@ kernel versions are shown first. \fBus\fR,\fB user\fR : time running un-niced user processes \fBsy\fR,\fB system\fR : time running kernel processes \fBni\fR,\fB nice\fR : time running niced user processes + \fBid\fR,\fB idle\fR : time spent in the kernel idle handler \fBwa\fR,\fB IO-wait\fR : time waiting for I/O completion \fBhi\fR : time spent servicing hardware interrupts \fBsi\fR : time spent servicing software interrupts