summaryrefslogtreecommitdiff
path: root/lib/libc/sys/quotactl.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/quotactl.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r--lib/libc/sys/quotactl.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index 7da7bb0b43b..acffa10a944 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: quotactl.2,v 1.3 1998/07/06 18:28:14 deraadt Exp $
+.\" $OpenBSD: quotactl.2,v 1.4 1999/02/27 21:56:39 deraadt Exp $
.\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -102,7 +102,7 @@ Only the super-user may turn quotas off.
Get disk quota limits and current usage for the user or group
(as determined by the command type) with identifier
.Fa id .
-.Fa Addr
+.Fa addr
is a pointer to a
.Fa struct dqblk
structure.
@@ -110,7 +110,7 @@ structure.
Set disk quota limits for the user or group
(as determined by the command type) with identifier
.Fa id .
-.Fa Addr
+.Fa addr
is a pointer to a
.Fa struct dqblk
structure.
@@ -122,7 +122,7 @@ This call is restricted to the super-user.
Set disk usage limits for the user or group
(as determined by the command type) with identifier
.Fa id .
-.Fa Addr
+.Fa addr
is a pointer to a
.Fa struct dqblk
structure.
@@ -154,7 +154,7 @@ option.
.It Bq Er EUSERS
The quota table cannot be expanded.
.It Bq Er EINVAL
-.Fa Cmd
+.Fa cmd
or the command type is invalid.
.It Bq Er EACCES
In
@@ -189,7 +189,7 @@ An invalid
was supplied; the associated structure could not be copied in or out
of the kernel.
.It Bq Er EFAULT
-.Fa Path
+.Fa path
points outside the process's allocated address space.
.It Bq Er EPERM
The call was privileged and the caller was not the super-user.