summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/quotactl.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
committerru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
commit1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch)
treeeef4036b4299212e7d9f218a5394cd119824ab1f /lib/libc/sys/quotactl.2
parent3cab909501be5c044500f26980d1f9eea870312b (diff)
downloadFreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip
FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz
mdoc(7): Properly mark C headers.
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r--lib/libc/sys/quotactl.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index 6a4c09b..12f724d 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -61,7 +61,7 @@ operates on the given filename
for the given user
.Fa id .
(NOTE: One should use the QCMD macro defined in
-.Ao Pa ufs/ufs/quota.h Ac
+.In ufs/ufs/quota.h
to formulate the value for
.Fa cmd . )
The address of an optional command specific data structure,
@@ -118,7 +118,7 @@ argument
is a pointer to a
.Fa struct dqblk
structure (defined in
-.Ao Pa ufs/ufs/quota.h Ac ) .
+.In ufs/ufs/quota.h ) .
.It Dv Q_SETQUOTA
Set disk quota limits for the user or group
(as determined by the command type) with identifier
@@ -129,7 +129,7 @@ argument
is a pointer to a
.Fa struct dqblk
structure (defined in
-.Ao Pa ufs/ufs/quota.h Ac ) .
+.In ufs/ufs/quota.h ) .
The usage fields of the
.Fa dqblk
structure are ignored.
@@ -144,7 +144,7 @@ argument
is a pointer to a
.Fa struct dqblk
structure (defined in
-.Ao Pa ufs/ufs/quota.h Ac ) .
+.In ufs/ufs/quota.h ) .
Only the usage fields are used.
This system call is restricted to the super-user.
.It Dv Q_SYNC
OpenPOWER on IntegriCloud