fallocate.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-04 09:08:43 +01:00
parent a36b732ee0
commit ddacd02601
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ is greater than the file size.
Any subregion within the range specified by
.I offset
and
.IR len ,
.IR len
that did not contain data before the call will be initialized to zero.
This default behavior closely resembles the behavior of the
.BR posix_fallocate (3)