Hi Alex, On Friday, August 25, 2023 11:22:29 PM IST Alejandro Colomar wrote: > Hi Avinesh, > > On 2023-08-25 17:59, Avinesh Kumar wrote: > > Signed-off-by: Avinesh Kumar <akumar@xxxxxxx> > > --- > > > > man2/mmap.2 | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/man2/mmap.2 b/man2/mmap.2 > > index d0530be0f..9de6b2796 100644 > > --- a/man2/mmap.2 > > +++ b/man2/mmap.2 > > @@ -629,6 +629,7 @@ and is not a member of the > > > > group; see the description of > > .I /proc/sys/vm/sysctl_hugetlb_shm_group > > in > > > > +.BR proc (5). > > Was this text accidentally lost in some patch, or was it never added? > If it was there once, please add a "Fixes: ..." tag for it. I am not sure if it was ever there. > > Also, proc(5) was recently cut into little sashimi pieces. You want > to refer to proc_sys(5). Ah.. Thanks for pointing this out, I just checked that thread. I'll send the updated patch if you are fine with no "Fixes:" tag for this. > > Cheers, > Alex > > > .TP > > .B ETXTBSY > > .B MAP_DENYWRITE -- Regards, Avinesh