diff options
author | jkar8572 <jkar8572> | 2009-05-18 12:10:27 +0000 |
---|---|---|
committer | jkar8572 <jkar8572> | 2009-05-18 12:10:27 +0000 |
commit | 4912763906509753a3cf43ec76cd80e2d7965605 (patch) | |
tree | b786540a260164e4f9a39b9a9d848ca7610a4935 | |
parent | 0abbfe92536fa5854eb65572de0cf131f80e2387 (diff) |
Updated quotactl(2) manpage.
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | quotactl.2 | 16 |
2 files changed, 13 insertions, 4 deletions
@@ -1,4 +1,5 @@ Changes in quota-tools from 3.16 to 3.17 +* Updated quotactl(2) manpage to mention possible ERANGE error (Jan Kara) * Fix hostname checking of rpc.rquotad. It could allow access even though hostname was in /etc/hosts.deny (Jan Kara) * do not allow setting of user's grace time when softlimit is not exceeded (Jan Kara) * fix reference to rpc manpage (anonymous reporter) @@ -268,16 +268,24 @@ is not a block device. The call is privileged and the caller was not the super-user. .TP .SM ESRCH -No disc quota is found for the indicated user. -.IP -Quotas have not been turned on for this filesystem. +No disc quota is found for the indicated user. Quotas have not been turned on for this filesystem. +.LP +If +.I cmd +is +.BR \s-1Q_SETQUOTA\s0 , +.B quotactl(\|) +may also set errno to: +.TP 15 +.SM ERANGE +Specified limits are out of range allowed by quota format. .LP If .I cmd is .BR \s-1Q_QUOTAON\s0 , .B quotactl(\|) -may set errno to: +may also set errno to: .TP 15 .SM EACCES The quota file pointed to by |