summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-24 05:19:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-24 05:19:02 +0000
commite9b66eb318c709727dd44309ba4e294703b0b37b (patch)
treec6572cb7f3a68649c80192a391d628031ebb6145 /lib/libc/sys
parentacaf28ba2b0544bcc9e4031143f5e7d690af8e29 (diff)
proper include files; ath@algonet.se
Diffstat (limited to 'lib/libc/sys')
-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