summaryrefslogtreecommitdiff
path: root/lib/libc/sys/quotactl.2
diff options
context:
space:
mode:
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 e9c57363116..24cadbb6f08 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: quotactl.2,v 1.7 2000/04/15 11:46:04 aaron Exp $
+.\" $OpenBSD: quotactl.2,v 1.8 2000/04/24 05:19:01 deraadt Exp $
.\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -45,6 +45,7 @@
.Nd manipulate filesystem quotas
.Sh SYNOPSIS
.Fd #include <ufs/ufs/quota.h> /* for ufs quotas */
+.Fd #include <unistd.h>
.Ft int
.Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
.Sh DESCRIPTION