diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2002-05-14 07:27:20 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2002-05-14 07:27:20 +0000 |
| commit | 4ceff89f44b39956784b49dbb10e80eabdf4c4be (patch) | |
| tree | a824dc21101fd24f9d9e85db6ca44b14e47764d7 /lib/libc | |
| parent | 950e983e03857bdeb40ad8d3258f97c11759af61 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/quotactl.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 5730dd1de835..49248728998f 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -166,6 +166,10 @@ The quota table cannot be expanded. .It Bq Er EINVAL .Fa Cmd or the command type is invalid. +.Dv Q_GETQUOTA +returns +.Er EINVAL +if quotas are not currently enabled for this filesystem. .It Bq Er EACCES In .Dv Q_QUOTAON , |
