close.2: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 06:01:45 +01:00
parent 8817c2c829
commit 8ba7c301ef
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ saved to disk, as the kernel defers writes.
It is not common for a filesystem
to flush the buffers when the stream is closed.
If you need to be sure that
the data is physically stored use
the data is physically stored, use
.BR fsync (2).
(It will depend on the disk hardware at this point.)
.PP