summaryrefslogtreecommitdiffstats
path: root/usr.sbin/edquota/edquota.8
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2009-02-05 14:06:43 +0000
committermckusick <mckusick@FreeBSD.org>2009-02-05 14:06:43 +0000
commitbe3f4e53a7008d1f7bcccee63364ad886523f523 (patch)
tree86f82b417a3e5470900040112d9b69009cfa73ba /usr.sbin/edquota/edquota.8
parent21c39c52cea3a2dccab11d37f1967c9666ed749e (diff)
downloadFreeBSD-src-be3f4e53a7008d1f7bcccee63364ad886523f523.zip
FreeBSD-src-be3f4e53a7008d1f7bcccee63364ad886523f523.tar.gz
Updates to edquota based on feedback from Dag-Erling Smorgrav.
Diffstat (limited to 'usr.sbin/edquota/edquota.8')
-rw-r--r--usr.sbin/edquota/edquota.815
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8
index 9c90de4..326c837 100644
--- a/usr.sbin/edquota/edquota.8
+++ b/usr.sbin/edquota/edquota.8
@@ -39,10 +39,9 @@
.Nd edit user quotas
.Sh SYNOPSIS
.Nm
-.Op Fl u
+.Op Fl uh
.Op Fl f Ar fspath
.Op Fl p Ar proto-username
-.Op Fl h
.Ar username ...
.Nm
.Op Fl u
@@ -54,9 +53,9 @@
.Ar username ...
.Nm
.Fl g
+.Op Fl h
.Op Fl f Ar fspath
.Op Fl p Ar proto-groupname
-.Op Fl h
.Ar groupname ...
.Nm
.Fl g
@@ -100,8 +99,11 @@ specifies otherwise.
.Pp
The quotas may then be modified, new quotas added, etc.
Block quotas can be specified in bytes (B), kilobytes (K),
-megabytes (M), terabytes (T), pedabytes (P), or exabytes (E).
+megabytes (M), terabytes (T), petabytes (P), or exabytes (E).
If no units are specified, kilobytes are assumed.
+Inode quotas can be specified in kiloinodes (K),
+megainodes (M), terainodes (T), petainodes (P), or exainodes (E).
+If no units are specified, the number of inodes specified are used.
If the
.Fl h
flag is specified, the editor will always display the
@@ -170,8 +172,11 @@ and
values is omitted, it is assumed to be zero, therefore
indicating that no particular quota should be imposed.
Block quotas can be specified in bytes (B), kilobytes (K),
-megabytes (M), terabytes (T), pedabytes (P), or exabytes (E).
+megabytes (M), terabytes (T), petabytes (P), or exabytes (E).
If no units are specified, kilobytes are assumed.
+Inode quotas can be specified in kiloinodes (K),
+megainodes (M), terainodes (T), petainodes (P), or exainodes (E).
+If no units are specified, the number of inodes specified are used.
.Pp
If invoked with the
.Fl f
OpenPOWER on IntegriCloud