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:
Joerg Wunsch 1995-08-15 19:38:00 +00:00
parent 75da8757fa
commit 665994990b
1 changed files with 1 additions and 1 deletions

View File

@ -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