quotactl.2: wfix: consistently use 'operation', rather than 'command'

A mix of the two words was being used, with 'operation' being
more common.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-31 06:58:59 +01:00
parent a5394cba1c
commit 96e60ae500
1 changed files with 7 additions and 7 deletions

View File

@ -85,11 +85,11 @@ argument is the address of an optional, command-specific, data structure
that is copied in or out of the system.
The interpretation of
.I addr
is given with each command below.
is given with each operation below.
.PP
The
.I subcmd
value is one of the following:
value is one of the following operations:
.TP 8
.B Q_QUOTAON
Turn on quotas for a filesystem.
@ -398,7 +398,7 @@ Files in
carry the information instead.
.PP
For XFS filesystems making use of the XFS Quota Manager (XQM),
the above commands are bypassed and the following commands are used:
the above operations are bypassed and the following operations are used:
.TP 8
.B Q_XQUOTAON
Turn on quotas for an XFS filesystem.
@ -443,7 +443,7 @@ XFS filesystems expect a pointer to an
that specifies whether quota accounting and/or limit enforcement need
to be turned off (using the same flags as for
.B Q_XQUOTAON
subcommand).
operation).
This operation requires privilege
.RB ( CAP_SYS_ADMIN ).
The
@ -535,7 +535,7 @@ field, no separate structure type is needed (in contrast with
.B Q_GETQUOTA
and
.B Q_GETNEXTQUOTA
commands)
operations)
.TP
.B Q_XSETQLIM
Set disk quota limits for user
@ -600,7 +600,7 @@ Returns XFS filesystem-specific quota information in the
.I fs_quota_statv
pointed to by
.IR addr .
This version of the command uses a structure with proper versioning support,
This version of the operation uses a structure with proper versioning support,
along with appropriate layout (all fields are naturally aligned) and
padding to avoiding special compat handling;
it also provides the ability to get statistics regarding
@ -679,7 +679,7 @@ argument is ignored.
.TP
.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-op since Linux 3.4)"
.\" Added in commit ee34807a65aa0c5911dc27682863afca780a003e
This command was an XFS quota equivalent to
This operation was an XFS quota equivalent to
.BR Q_SYNC ,
but it is no-op since Linux 3.4,
.\" 4b217ed9e30f94b6e8e5e262020ef0ceab6113af