=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.1,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/quota/quota.1 2003/06/03 02:56:14 1.12 --- src/usr.bin/quota/quota.1 2005/05/05 19:17:11 1.13 *************** *** 1,4 **** ! .\" $OpenBSD: quota.1,v 1.12 2003/06/03 02:56:14 millert Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: quota.1,v 1.13 2005/05/05 19:17:11 jmc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 40,56 **** .Nd display disk usage and limits .Sh SYNOPSIS .Nm quota ! .Op Fl g ! .Op Fl u ! .Op Fl v | Fl q .Nm quota ! .Op Fl u ! .Op Fl v | Fl q ! .Ar user .Nm quota ! .Op Fl g ! .Op Fl v | Fl q ! .Ar group .Sh DESCRIPTION .Nm quota displays users' disk usage and limits. --- 40,55 ---- .Nd display disk usage and limits .Sh SYNOPSIS .Nm quota ! .Op Fl q | v ! .Op Fl gu .Nm quota ! .Op Fl q | v ! .Fl g ! .Ar group ... .Nm quota ! .Op Fl q | v ! .Fl u ! .Ar user ... .Sh DESCRIPTION .Nm quota displays users' disk usage and limits. *************** *** 61,77 **** .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 - .Nm quota - will 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. .El .Pp Specifying both --- 60,76 ---- .It Fl g Print group quotas for the group of which the user is a member. .It Fl q Print a more terse message, containing only information on filesystems where usage is over quota. + .It Fl u + Print user quotas for the user. + This flag is equivalent to the default. + .It Fl v + .Nm quota + will display quotas on filesystems + where no storage is allocated. .El .Pp Specifying both