mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
8e51375a71
commit
4cfccbc445
1 changed files with 4 additions and 3 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue