statx.2: spfix (American spelling)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-22 20:55:24 +02:00
parent 77a09ad741
commit 46711e96c6
1 changed files with 2 additions and 2 deletions

View File

@ -226,12 +226,12 @@ does.
This is the default and is very much filesystem specific.
.TP
.B AT_STATX_FORCE_SYNC
Force the attributes to be synchronised with the server.
Force the attributes to be synchronized with the server.
This may require that
a network filesystem perform a data writeback to get the timestamps correct.
.TP
.B AT_STATX_DONT_SYNC
Don't synchronise anything, but rather just take whatever
Don't synchronize anything, but rather just take whatever
the system has cached if possible.
This may mean that the information returned is approximate, but,
on a network filesystem, it may not involve a round trip to the server - even