diff options
Diffstat (limited to 'lib/libc/sys/quotactl.2')
| -rw-r--r-- | lib/libc/sys/quotactl.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 44d74b29272e..527613393b82 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -51,7 +51,7 @@ .Sh DESCRIPTION The .Fn quotactl -call enables, disables and +system call enables, disables and manipulates file system quotas. A quota control command given by @@ -129,7 +129,7 @@ structure (defined in The usage fields of the .Fa dqblk structure are ignored. -This call is restricted to the super-user. +This system call is restricted to the super-user. .It Dv Q_SETUSE Set disk usage limits for the user or group (as determined by the command type) with identifier @@ -140,7 +140,7 @@ is a pointer to a structure (defined in .Ao Pa ufs/ufs/quota.h Ac ) . Only the usage fields are used. -This call is restricted to the super-user. +This system call is restricted to the super-user. .It Dv Q_SYNC Update the on-disk copy of quota usages. The command type specifies which type of quotas are to be updated. @@ -153,9 +153,9 @@ parameters are ignored. .Sh RETURN VALUES .Rv -std quotactl .Sh ERRORS -A +The .Fn quotactl -call will fail if: +system call will fail if: .Bl -tag -width Er .It Bq Er EOPNOTSUPP The kernel has not been compiled with the @@ -222,5 +222,5 @@ and .Sh HISTORY The .Fn quotactl -function call appeared in +system call appeared in .Bx 4.3 Reno . |
