summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-05-14 07:27:20 +0000
committerroam <roam@FreeBSD.org>2002-05-14 07:27:20 +0000
commitada74c381712b475e9b423b95664f3ffc4f53576 (patch)
treea824dc21101fd24f9d9e85db6ca44b14e47764d7 /lib/libc
parent3ea593e0da946874e76e7436296219737b44ca16 (diff)
downloadFreeBSD-src-ada74c381712b475e9b423b95664f3ffc4f53576.zip
FreeBSD-src-ada74c381712b475e9b423b95664f3ffc4f53576.tar.gz
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
on the filesystem. PR: doc/37839 Submitted by: "Michael R. Wayne" <wayne@staff.msen.com> Approved by: silence on -doc MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/quotactl.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index 5730dd1..4924872 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 ,
OpenPOWER on IntegriCloud