]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/quotactl.2
xnu-3248.20.55.tar.gz
[apple/xnu.git] / bsd / man / man2 / quotactl.2
index 68b2e3c24c8317ab9a9b26fa745d73fa27237d6f..4a4760dc6d1f691c88255766aa58f1ee2d76205a 100644 (file)
@@ -43,6 +43,7 @@
 .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"
@@ -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
-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 .