From 46711e96c6b696e56d1ab4d6c848f022977313d8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Apr 2017 20:55:24 +0200 Subject: [PATCH] statx.2: spfix (American spelling) Signed-off-by: Michael Kerrisk --- man2/statx.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index 9eb13afea..308676f42 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -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