diff options
Diffstat (limited to 'usr.bin/quota/quota.1')
-rw-r--r-- | usr.bin/quota/quota.1 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 66171337dd6..12de3ccae31 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quota.1,v 1.4 1996/12/10 09:06:34 deraadt Exp $ +.\" $OpenBSD: quota.1,v 1.5 1998/09/27 16:57:50 aaron Exp $ .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -55,7 +55,7 @@ .Op Fl v | Fl q .Ar group .Sh DESCRIPTION -.Nm Quota +.Nm quota displays users' disk usage and limits. By default only the user quotas are printed. .Pp @@ -102,17 +102,14 @@ flag takes precedence over the .Fl v flag. .Pp -.Nm Quota +.Nm quota tries to report the quotas of all mounted filesystems. -If the filesystem is mounted via -.Nm NFS , +If the filesystem is mounted via NFS, it will attempt to contact the .Xr rpc.rquotad 8 daemon on the -.Nm NFS -server. -For -.Nm FFS +NFS server. +For FFS filesystems, quotas must be turned on in .Pa /etc/fstab . If |