man2/fallocate.2: tfix documentation of shared blocks
commit6131983d2480ae721d3a9de7240c667d8b50a63f
authorDan Robertson <dan@dlrobertson.com>
Wed, 28 Jul 2021 20:19:42 +0000 (28 22:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 8 Aug 2021 00:53:50 +0000 (8 02:53 +0200)
tree700b3fce022cf973f2ed8c1a10ab54553f4c667b
parent20c2c5ced3d0c13b8d6295dc930304b60123565c
man2/fallocate.2: tfix documentation of shared blocks

Fix a typo in the documentation of using fallocate to allocate shared
blocks. The flag FALLOC_FL_UNSHARE should instead be documented as
FALLOC_FL_UNSHARE_RANGE.

Fixes: 63a599c657d8 ("man2/fallocate.2: Document behavior with shared blocks")
Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fallocate.2