Fix printout bug

Submitted by: fredriks@mcs.com
This commit is contained in:
ache 1994-11-10 13:39:01 +00:00
parent f7fa8274c4
commit 065c79ba58
2 changed files with 3 additions and 1 deletions

View File

@ -118,6 +118,8 @@ seeks and rotational latency)
% of cpu time in user mode running niced processes
.It \&sy
% of cpu time in system mode
.It \&in
% of cpu time in interrupt mode
.It \&id
% of cpu time in idle mode
.El

View File

@ -339,7 +339,7 @@ phdr(signo)
for (i = 0; i < dk_ndrive; i++)
if (dr_select[i])
(void)printf(" sps tps msps ");
(void)printf(" us ni sy id\n");
(void)printf(" us ni sy in id\n");
}
void