There is no such file as /usr/include/ufs/quota.h. There is a file
/usr/include/ufs/ufs/quota (#include <ufs/ufs/quota.h>) that seems to work ok though. Closes PR # docs/670: quotactl man page incorr... Submitted by: evans@scnc.k12.mi.us (Jeffrey Evans)
This commit is contained in:
parent
636ae9478a
commit
981f512027
@ -41,7 +41,7 @@
|
||||
.Nm quotactl
|
||||
.Nd manipulate filesystem quotas
|
||||
.Sh SYNOPSIS
|
||||
.Ft #include <ufs/quota.h> /* for ufs quotas */
|
||||
.Ft #include <ufs/ufs/quota.h> /* for ufs quotas */
|
||||
.Ft int
|
||||
.Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user