fsync.2: ERRORS: add ENOSPC

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Craig Ringer 2017-09-24 09:44:48 +02:00 committed by Michael Kerrisk
parent e6bafbe601
commit 404de594ff
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ is not a valid open file descriptor.
.B EIO
An error occurred during synchronization.
.TP
.B ENOSPC
Disk space was exhausted while synchronizing.
.TP
.BR EROFS ", " EINVAL
.I fd
is bound to a special file (e.g., a pipe, FIFO, or socket)