Hello Alex, Kir, On 7/28/21 10:19 PM, Alejandro Colomar wrote: > From: Kir Kolyshkin <kolyshkin@xxxxxxxxx> > > Add a missing comma. > > Fixes: 3dcdef9437fafb > Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Applied. Thanks! Cheers, Michael > --- > man7/capabilities.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man7/capabilities.7 b/man7/capabilities.7 > index cf9dc190f..9f8f0087f 100644 > --- a/man7/capabilities.7 > +++ b/man7/capabilities.7 > @@ -215,7 +215,7 @@ Lock memory > .BR shmctl (2)); > .IP * > Allocate memory using huge pages > -.RB ( memfd_create (2) > +.RB ( memfd_create (2), > .BR mmap (2), > .BR shmctl (2)). > .PD 0 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/