diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-02-21 21:45:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-02-21 21:45:21 +0000 |
commit | 4d8599785ede8219e1a311a114ce99310ef808e2 (patch) | |
tree | 7e8ec33e5694ec983f9e25042a15dc9ecf660c65 /usr.bin/quota | |
parent | 960a4c11beafa355fff80f553aa2d7b925e6520e (diff) |
some rewording and text shuffle to improve readability;
ok millert
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/quota.1 | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 49aa3ea0b11..e4a86081e75 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quota.1,v 1.16 2011/01/20 13:58:16 jmc Exp $ +.\" $OpenBSD: quota.1,v 1.17 2020/02/21 21:45:20 jmc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: January 20 2011 $ +.Dd $Mdocdate: February 21 2020 $ .Dt QUOTA 1 .Os .Sh NAME @@ -64,6 +64,9 @@ of which the user is a member. Print a more terse message, containing only information on filesystems where usage is over quota. +This flag takes precedence over the +.Fl v +flag. .It Fl u Print user quotas for the user. This flag is equivalent to the default. @@ -73,29 +76,18 @@ will display quotas on filesystems where no storage is allocated. .El .Pp -Specifying both +Only the superuser may use the .Fl g and .Fl u -displays both the user quotas and the group quotas (for -the user). -.Pp -Only the superuser may use the -.Fl u -flag and the optional -.Ar user -argument to view the limits of other users. +flags +to view the limits of other groups and users. Non-superusers can use the .Fl g -flag and optional -.Ar group -argument to view only the limits of groups of which they are members. -.Pp -The -.Fl q -flag takes precedence over the -.Fl v -flag. +and +.Fl u +flags to view the limits of groups of which they are members as well as +their own user limits. .Pp .Nm quota tries to report the quotas of all mounted filesystems. |