]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/quotactl.2
xnu-2782.1.97.tar.gz
[apple/xnu.git] / bsd / man / man2 / quotactl.2
index ea35c50b785d23768f4d68dcf6d86f16f008eacb..4a4760dc6d1f691c88255766aa58f1ee2d76205a 100644 (file)
@@ -43,6 +43,7 @@
 .Nm quotactl
 .Nd manipulate filesystem quotas
 .Sh SYNOPSIS
 .Nm quotactl
 .Nd manipulate filesystem quotas
 .Sh SYNOPSIS
+.Fd #include <sys/types.h>     /* types needed by quota.h */
 .Fd #include <sys/quota.h>     /* for disk quotas */
 .Ft int
 .Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
 .Fd #include <sys/quota.h>     /* for disk quotas */
 .Ft int
 .Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
@@ -63,7 +64,6 @@ The address of an optional command specific data structure,
 may be given; its interpretation
 is discussed below with each command.
 .Pp
 may be given; its interpretation
 is discussed below with each command.
 .Pp
-Currently quotas are supported only for the "ffs" and "hfs" filesystems.
 A command is composed of a primary command (see below)
 and a command type used to interpret the
 .Fa id .
 A command is composed of a primary command (see below)
 and a command type used to interpret the
 .Fa id .
@@ -158,7 +158,7 @@ A
 .Fn quotactl
 call will fail if:
 .Bl -tag -width Er
 .Fn quotactl
 call will fail if:
 .Bl -tag -width Er
-.It Bq Er EOPNOTSUPP
+.It Bq Er ENOTSUP
 The kernel has not been compiled with the
 .Dv QUOTA
 option.
 The kernel has not been compiled with the
 .Dv QUOTA
 option.