From c043349b60e2398e3ab4026e2b34eb9e9596dfdd Mon Sep 17 00:00:00 2001 From: pirzyk Date: Wed, 23 May 2001 17:12:09 +0000 Subject: Changed 'blocks' to 'usage' because we may not be getting quotas from a ufs filesystem and it may be reporting in K instead of 512b blocks. This is true when using a vxfs filesystem (on a solaris box) for instance. PR: bin/14545 Submitted by: Jim Pirzyk Reviewed by: jkh MFC after: 1 week --- usr.bin/quota/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/quota') diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index b17669b..372d591 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -403,7 +403,7 @@ heading(type, id, name, tag) if (!qflag && tag[0] == '\0') { printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n" , "Filesystem" - , "blocks" + , "usage" , "quota" , "limit" , "grace" -- cgit v1.1