From 27705da488ada75110c9107387c46d512342c687 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 17 May 2014 16:11:06 +0000 Subject: [PATCH] Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches other procstat displays. --- usr.bin/procstat/procstat_rusage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/procstat/procstat_rusage.c b/usr.bin/procstat/procstat_rusage.c index 36a8292fd462..b3c9d9900cf2 100644 --- a/usr.bin/procstat/procstat_rusage.c +++ b/usr.bin/procstat/procstat_rusage.c @@ -141,7 +141,8 @@ procstat_rusage(struct procstat *procstat, struct kinfo_proc *kipp) printf("%5s ", "PID"); if (Hflag) printf("%6s ", "TID"); - printf("%-16s %-32s %14s\n", "COMM", "TYPE", "VALUE "); + printf("%-16s %-32s %14s\n", "COMM", "RESOURCE", + "VALUE "); } if (!Hflag) {