While doing some work on fallocate for bcachefs I think I stumbled on a typo in the fallocate man page. FALLOC_FL_UNSHARE should be FALLOC_FL_UNSHARE_RANGE. I believe this is a typo instead of an update as a brief look at git history in the kernel seems to indicate that the flag was never previously FALLOC_FL_UNSHARE. If I missed something in my review of history, please let me know. Any feedback would be welcome :) Dan Robertson (1): man2/fallocate.2: tfix documentation of shared blocks man2/fallocate.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)