summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/quotactl.2
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-08-15 19:38:00 +0000
committerjoerg <joerg@FreeBSD.org>1995-08-15 19:38:00 +0000
commitf52d926b20c22332c8ae107c533bc6a229bc6d6a (patch)
tree5d4385d9f99d58e354ea9e452c13ce562006564e /lib/libc/sys/quotactl.2
parentd71cede2219386e110020cf8b278ca22f613a2a4 (diff)
downloadFreeBSD-src-f52d926b20c22332c8ae107c533bc6a229bc6d6a.zip
FreeBSD-src-f52d926b20c22332c8ae107c533bc6a229bc6d6a.tar.gz
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)
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r--lib/libc/sys/quotactl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index acf9127..047d070 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -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
OpenPOWER on IntegriCloud