]> andersk Git - moira.git/commitdiff
DIAGNOSTICS section rewritten.
authorjnrees <jnrees>
Fri, 26 Jan 1990 20:44:35 +0000 (20:44 +0000)
committerjnrees <jnrees>
Fri, 26 Jan 1990 20:44:35 +0000 (20:44 +0000)
man/setquota.8

index fbc9e12ea6d9998f93b2ecd723475f0f745d096e..36a2404efefd59f3fa573cda3c0d02a15d2deca7 100644 (file)
@@ -40,9 +40,16 @@ are set to the given quota (plus usage with the
 .B \-u
 option).
 .SH DIAGNOSTICS
-An error will occur if you attempt to set the quota for a user whose
-uid is higher than any other recorded in the quotas file.  To fix
-this, you must grow the quotas file first.
+.B setquota
+will return a non-zero status if the user is not root, if the uid is
+not between 0 and 32767 inclusive, if the low-uid is higher than the
+high-uid, if the quota is less than zero, or if quotas are not enabled
+on the given device or partition.
+
+The previous bug which required the user to manually grow the quotas
+file is fixed.
+.B setquota
+automatically grows the quotas file if necessary.
 .SH AUTHORS
 Bill Sommerfeld, MIT Project Athena
 .br
This page took 0.247051 seconds and 5 git commands to generate.