msync.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-03 12:53:39 +02:00
parent 8847df2c82
commit 44a484110a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ flushes changes made to the in-core copy of a file that was mapped
into memory using
.BR mmap (2)
back to the filesystem.
Without use of this call
Without use of this call,
there is no guarantee that changes are written back before
.BR munmap (2)
is called.