quotactl.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-22 08:58:34 +02:00
parent d38f98b6c2
commit 869c706fbf
1 changed files with 6 additions and 8 deletions

View File

@ -531,11 +531,10 @@ This operation requires privilege
.RB ( CAP_SYS_ADMIN ).
.TP
.B Q_XGETQSTAT
Returns (in a buffer pointed by
.IR addr )
an
Returns XFS filesystem-specific quota information in the
.I fs_quota_stat
structure containing XFS filesystem-specific quota information.
structure pointed by
.IR addr .
This is useful for finding out how much space is used to store quota
information, and also to get the quota on/off status of a given local XFS
filesystem.
@ -579,11 +578,10 @@ The
argument is ignored.
.TP
.B Q_XGETQSTATV
Returns (in a buffer pointed by
.IR addr )
an
Returns XFS filesystem-specific quota information in the
.I fs_quota_statv
structure containing XFS filesystem-specific quota information.
pointed to by
.IR addr .
This version of the command uses a structure with proper versioning support,
along with appropriate layout (all fields are naturally aligned) and
padding to avoiding special compat handling;