X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/bsd/man/man2/quotactl.2?ds=sidebyside diff --git a/bsd/man/man2/quotactl.2 b/bsd/man/man2/quotactl.2 index ea35c50b7..4a4760dc6 100644 --- a/bsd/man/man2/quotactl.2 +++ b/bsd/man/man2/quotactl.2 @@ -43,6 +43,7 @@ .Nm quotactl .Nd manipulate filesystem quotas .Sh SYNOPSIS +.Fd #include /* types needed by quota.h */ .Fd #include /* 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 . @@ -158,7 +158,7 @@ A .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.