diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-24 05:19:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-24 05:19:02 +0000 |
commit | e9b66eb318c709727dd44309ba4e294703b0b37b (patch) | |
tree | c6572cb7f3a68649c80192a391d628031ebb6145 /lib/libc/sys/quotactl.2 | |
parent | acaf28ba2b0544bcc9e4031143f5e7d690af8e29 (diff) |
proper include files; ath@algonet.se
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r-- | lib/libc/sys/quotactl.2 | 3 |
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 |