1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Fix printout bug

Submitted by: fredriks@mcs.com
This commit is contained in:
Andrey A. Chernov 1994-11-10 13:39:01 +00:00
parent 6e96c3814b
commit 936d754a6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4343
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