fflush.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-28 09:54:23 +01:00
parent 7603353762
commit 1c70978670
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ but the behavior is specified in POSIX.1-2008.
.SH NOTES
Note that
.BR fflush ()
only flushes the user-space buffers provided by the C library.
flushes only the user-space buffers provided by the C library.
To ensure that the data is physically stored on disk
the kernel buffers must be flushed too, for example, with
.BR sync (2)