o Get missed "%" in output back.

Submitted by:	sem
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2007-12-16 07:18:59 +00:00
parent b3e761e5c8
commit 5b68ad556b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174649

View File

@ -676,11 +676,11 @@ devstats(int perf_select, long double etime, int havelast)
printf("\n");
if (Iflag == 0)
printf(
"device r/s w/s kr/s kw/s wait svc_t %b "
"device r/s w/s kr/s kw/s wait svc_t %%b "
);
else
printf(
"device r/i w/i kr/i kw/i wait svc_t %b "
"device r/i w/i kr/i kw/i wait svc_t %%b "
);
if (Tflag > 0)
printf("tin tout ");