Hello Dan, Alex, On 7/28/21 10:19 PM, Alejandro Colomar wrote: > From: Dan Robertson <dan@xxxxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxxxx> > Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > man2/fallocate.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/fallocate.2 b/man2/fallocate.2 > index a62706193..b4cb3516f 100644 > --- a/man2/fallocate.2 > +++ b/man2/fallocate.2 > @@ -81,7 +81,7 @@ Preallocating zeroed blocks beyond the end of the file in this manner > is useful for optimizing append workloads. > .PP > If the > -.B FALLOC_FL_UNSHARE > +.B FALLOC_FL_UNSHARE_RANGE > flag is specified in > .IR mode , > shared file data extents will be made private to the file to guarantee > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/