close.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-06 15:13:21 +01:00
parent b61a87d567
commit eb74a52bb5
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ Failing to check the return value when closing a file may lead to
loss of data.
This can especially be observed with NFS and with disk quota.
Note, however, that the return value should be used only for diagnostics.
Note, however, that the return value should be used only for
diagnostic purposes.
.\" The FreeBSD 11.0 close(2) man page says similar:
.\" In case of any error except EBADF, the supplied file descriptor is
.\" deallocated and therefore is no longer valid.