diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2002-05-17 16:39:21 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2002-05-17 16:39:21 +0000 |
| commit | 4cfccbc445a0163bb055f2e94cbd2483d008b931 (patch) | |
| tree | d9485b68984a57122ddcac390f603cb41e6e2570 /lib/libc | |
| parent | 8e51375a7144d39759424c52bfcfd1f06f26db2c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/quotactl.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 49248728998f..dd024e9a47b9 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -166,10 +166,11 @@ The quota table cannot be expanded. .It Bq Er EINVAL .Fa Cmd or the command type is invalid. +In .Dv Q_GETQUOTA -returns -.Er EINVAL -if quotas are not currently enabled for this filesystem. +and +.Dv Q_SETQUOTA , +quotas are not currently enabled for this filesystem. .It Bq Er EACCES In .Dv Q_QUOTAON , |
