summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-05-17 16:39:21 +0000
committerroam <roam@FreeBSD.org>2002-05-17 16:39:21 +0000
commitfeae66ee9578f60461aba0d558c4349607023833 (patch)
treed9485b68984a57122ddcac390f603cb41e6e2570 /lib
parentc6d6b144f0f559ed73fc26854cf32f54bfbd6676 (diff)
downloadFreeBSD-src-feae66ee9578f60461aba0d558c4349607023833.zip
FreeBSD-src-feae66ee9578f60461aba0d558c4349607023833.tar.gz
Update the EINVAL description again - it turns out that EINVAL
may be returned by Q_SETQUOTA as well as the originally listed Q_GETQUOTA. Noticed by: dd Approved by: silence from dd MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/quotactl.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index 4924872..dd024e9 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 ,
OpenPOWER on IntegriCloud