summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/quotactl.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
committerbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
commit5681f0a3dca8af03a55f7e8481bb9243ffc8e809 (patch)
treea5b2606072b9b26de5a3415e92a86c74355df045 /lib/libc/sys/quotactl.2
parent3e0c208aecc285d4daec5bc7077581a6772957c9 (diff)
downloadFreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.zip
FreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.tar.gz
Fixed missing const(s) or #include(s) in synopsis.
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r--lib/libc/sys/quotactl.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index c75c78f..fc7b667 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -41,7 +41,8 @@
.Nm quotactl
.Nd manipulate filesystem quotas
.Sh SYNOPSIS
-.Fd #include <ufs/ufs/quota.h> /* for ufs quotas */
+.Fd #include <sys/types.h>
+.Fd #include <ufs/ufs/quota.h>
.Ft int
.Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud