diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-08 00:21:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-08 00:21:31 +0000 |
commit | 31da08892cd3349676917320548e92b7170e539f (patch) | |
tree | 2bcc05bd61d8dc50843a9df23594a4b4501a7f54 /usr.sbin/edquota/edquota.8 | |
parent | 3035e250c3d7a79b3f5d0de48cc642b4d4752ad1 (diff) |
usr.sbin/ man page repairs, a-i
Diffstat (limited to 'usr.sbin/edquota/edquota.8')
-rw-r--r-- | usr.sbin/edquota/edquota.8 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index 1a3e2c922dc..93821558ef2 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)edquota.8 8.1 (Berkeley) 6/6/93 -.\" $Id: edquota.8,v 1.2 1998/03/22 21:22:57 millert Exp $ +.\" $Id: edquota.8,v 1.3 1998/11/08 00:21:29 aaron Exp $ .\" .Dd June 6, 1993 .Dt EDQUOTA 8 @@ -45,11 +45,11 @@ .Nm edquota .Op Fl u .Op Fl p Ar proto-username -.Ar username | uid ... +.Ar username | uid Op Ar ... .Nm edquota .Fl g .Op Fl p Ar proto-groupname -.Ar groupname | gid ... +.Ar groupname | gid Op Ar ... .Nm edquota .Fl t .Op Fl u @@ -57,15 +57,19 @@ .Fl t .Fl g .Sh DESCRIPTION -.Nm Edquota +.Nm edquota is a quota editor. By default, or if the .Fl u flag is specified, one or more users may be specified on the command line. -If a numeric id is given instead of a name that uid/gid -will be used even if there is not a corresponding id in -the passwd or group files. +If a numeric ID is given instead of a name that UID/GID +will be used even if there is not a corresponding ID in +the +.Pa /etc/passwd +or +.Pa /etc/group +files. For each user a temporary file is created with an ASCII representation of the current disk quotas for that user. @@ -145,7 +149,7 @@ grace period should be granted. .Pp Only the super-user may edit quotas. .Sh FILES -.Bl -tag -width 24n -compact +.Bl -tag -width quota.group -compact .It Pa quota.user at the filesystem root with user quotas .It Pa quota.group |