]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/fallocate.2
fallocate.2: Clarify the zeroing behavior
authorChristoph Hellwig <hch@infradead.org>
Wed, 6 Nov 2013 13:52:31 +0000 (05:52 -0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 7 Nov 2013 17:43:39 +0000 (06:43 +1300)
commitc166fac5cb2b04a7e93dd88809b6add39d44dc8c
tree583b40a71228fa850074ace2f83e8aa31f8b9b60
parent500d891eb250a014dee097d76e7b26e760cd83a2
fallocate.2: Clarify the zeroing behavior

fallocate() zeroes only space that did not previously contain
data, but leaves existing data untouched.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fallocate.2