quotactl.2: Minor tweaks to Eugene Syromyatnikov's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-10 08:17:09 +01:00
parent 942627c949
commit d38be90da1
1 changed files with 7 additions and 4 deletions

View File

@ -658,14 +658,17 @@ The
.I id
argument is ignored.
.TP
.B Q_XQUOTASYNC
.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-up since Linux 3.4)"
.\" Added in commit ee34807a65aa0c5911dc27682863afca780a003e
This command was an XFS quota equivalent to
.IR Q_SYNC ,
but it is no-op since Linux 3.4,
.\" 4b217ed9e30f94b6e8e5e262020ef0ceab6113af
but it is no-op since Linux 3.4, as
as
.BR sync (1)
writes quota information to disk now (in addition to the other filesystem
metadata that it writes out). The
writes quota information to disk now
(in addition to the other filesystem metadata that it writes out).
The
.IR special ", " id " and " addr
arguments are ignored.
.SH RETURN VALUE