summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/quota.1
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-08-09 00:43:36 +0000
committeriedowse <iedowse@FreeBSD.org>2002-08-09 00:43:36 +0000
commit10e78eec8cdc3b77ab3d31c96f2759f477f6e855 (patch)
treedcea9fd4cef7769d7e5767a8484f950057ea4739 /usr.bin/quota/quota.1
parent170fb8b34d55cd9f478b6dd03f73ad369ade2695 (diff)
downloadFreeBSD-src-10e78eec8cdc3b77ab3d31c96f2759f477f6e855.zip
FreeBSD-src-10e78eec8cdc3b77ab3d31c96f2759f477f6e855.tar.gz
Fix a few compiler warnings, sort options and make the usage()
output match the synopsis.
Diffstat (limited to 'usr.bin/quota/quota.1')
-rw-r--r--usr.bin/quota/quota.123
1 files changed, 12 insertions, 11 deletions
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1
index 76c5932..314c083 100644
--- a/usr.bin/quota/quota.1
+++ b/usr.bin/quota/quota.1
@@ -43,17 +43,16 @@
.Nd display disk usage and limits
.Sh SYNOPSIS
.Nm
-.Op Fl g
-.Op Fl u
+.Op Fl gu
.Op Fl v | Fl q
.Nm
.Op Fl u
.Op Fl v | Fl q
-.Ar user
+.Ar user ...
.Nm
-.Op Fl g
+.Fl g
.Op Fl v | Fl q
-.Ar group
+.Ar group ...
.Sh DESCRIPTION
The
.Nm
@@ -65,16 +64,18 @@ The following options are available:
.It Fl g
Print group quotas for the group
of which the user is a member.
-The optional
-.Fl u
-flag is equivalent to the default.
-.It Fl v
-Display quotas on filesystems
-where no storage is allocated.
.It Fl q
Print a more terse message,
containing only information
on filesystems where usage is over quota.
+.It Fl u
+Print the user quotas.
+This is the default unless
+.Fl g
+is specified.
+.It Fl v
+Display quotas on filesystems
+where no storage is allocated.
.El
.Pp
Specifying both
OpenPOWER on IntegriCloud