aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-05-17 16:11:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-05-17 16:11:06 +0000
commit27705da488ada75110c9107387c46d512342c687 (patch)
treec34da553e41ebf2b579f7a19e26a32efc2e17d35 /usr.bin
parent16f6e7150539a59708a2bf427240d65a8f411318 (diff)
downloadsrc-27705da488ada75110c9107387c46d512342c687.tar.gz
src-27705da488ada75110c9107387c46d512342c687.zip
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.
Notes
Notes: svn path=/head/; revision=266322
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/procstat/procstat_rusage.c3
1 files changed, 2 insertions, 1 deletions
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) {