From f25fea26ace91403d56978f67e030547ec04bab5 Mon Sep 17 00:00:00 2001 From: Jan Lentfer Date: Tue, 23 Feb 2010 20:15:27 +0100 Subject: [PATCH] top: Fix man page Explanation for column "C" on multi-CPU machines was missing. --- usr.bin/top/top.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index fb476e1bd6..1ce0917756 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -424,6 +424,9 @@ memory, given in kilobytes. Current state (typically one of \*(lqsleep\*(rq, \*(lqrun\*(rq, \*(lqidl\*(rq, \*(lqzomb\*(rq, or \*(lqstop\*(rq). .TP +.B C +Number of CPU the process is currently running on (only on multi-CPU machines). +.TP .B TIME Number of system and user cpu seconds that the process has used. .TP -- 2.41.0