fsync.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ignat Loskutov 2019-01-17 20:46:33 +03:00 committed by Michael Kerrisk
parent dcd7215c2a
commit 4f53f6aca8
1 changed files with 1 additions and 1 deletions

View File

@ -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.