aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/quota
diff options
context:
space:
mode:
authorJim Pirzyk <pirzyk@FreeBSD.org>2001-05-23 17:12:09 +0000
committerJim Pirzyk <pirzyk@FreeBSD.org>2001-05-23 17:12:09 +0000
commit4450124805e992c59592b779115f568d3c2d56ae (patch)
tree117fee06f7cf3f49e6173b2a5e6d476e09e46111 /usr.bin/quota
parentc2608318333616b080d85aba3465963e3190ebe5 (diff)
downloadsrc-4450124805e992c59592b779115f568d3c2d56ae.tar.gz
src-4450124805e992c59592b779115f568d3c2d56ae.zip
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
Notes
Notes: svn path=/head/; revision=77047
Diffstat (limited to 'usr.bin/quota')
-rw-r--r--usr.bin/quota/quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index b17669bd58a1..372d591b383e 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"