From 4f53f6aca80ddd847b737473965255c6f36ed371 Mon Sep 17 00:00:00 2001 From: Ignat Loskutov Date: Thu, 17 Jan 2019 20:46:33 +0300 Subject: [PATCH] fsync.2: tfix Signed-off-by: Michael Kerrisk --- man2/fsync.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fsync.2 b/man2/fsync.2 index 1c83b7ee1..1e0ca4dfe 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -132,7 +132,7 @@ the error. Some filesystems (e.g., NFS) keep close track of which data came through which file descriptor, and give more precise reporting. Other filesystems (e.g., most local filesystems) will report errors to -all file descriptors that where open on the file when the error was recorded. +all file descriptors that were open on the file when the error was recorded. .TP .B ENOSPC Disk space was exhausted while synchronizing.