diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 06:08:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 06:08:06 +0000 |
commit | 71672410c5bae7791485c70db7ed12c51f9ec0f4 (patch) | |
tree | fd55d371de3939731974a4a4483294a587568c67 /lib/libc/sys/quotactl.2 | |
parent | 4f34f217849a15233c45b3dfdc12e3b279e485cf (diff) |
use .Li to refer to data types
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r-- | lib/libc/sys/quotactl.2 | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 19f02da48e2..836eccb4622 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quotactl.2,v 1.5 1999/06/29 14:10:14 aaron Exp $ +.\" $OpenBSD: quotactl.2,v 1.6 1999/07/05 06:08:05 aaron Exp $ .\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -64,14 +64,19 @@ The address of an optional command specific data structure, may be given; its interpretation is discussed below with each command. .Pp -Currently quotas are supported only for the ``ffs'' filesystem. -For ``ffs'', +Currently quotas are supported only for the +.Dq ffs +filesystem. +For +.Dq ffs , a command is composed of a primary command (see below) and a command type used to interpret the .Fa id . Types are supported for interpretation of user identifiers and group identifiers. -The ``ffs'' specific commands are: +The +.Dq ffs +specific commands are: .Bl -tag -width Q_QUOTAON .It Dv Q_QUOTAON Enable disk quotas for the filesystem specified by @@ -104,7 +109,7 @@ Get disk quota limits and current usage for the user or group .Fa id . .Fa addr is a pointer to a -.Fa struct dqblk +.Li struct dqblk structure. .It Dv Q_SETQUOTA Set disk quota limits for the user or group @@ -112,10 +117,10 @@ Set disk quota limits for the user or group .Fa id . .Fa addr is a pointer to a -.Fa struct dqblk +.Li struct dqblk structure. -The usage fields of the -.Fa dqblk +The usage fields of +.Li struct dqblk structure are ignored. This call is restricted to the super-user. .It Dv Q_SETUSE @@ -124,7 +129,7 @@ Set disk usage limits for the user or group .Fa id . .Fa addr is a pointer to a -.Fa struct dqblk +.Li struct dqblk structure. Only the usage fields are used. This call is restricted to the super-user. |