Hi Alex, On 12/1/20 3:40 PM, Alejandro Colomar wrote: > From: Arusekk <arek_koz@xxxxx> > > Fixes: fa76da808eff > > Signed-off-by: Arusekk <arek_koz@xxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Arusekk sent this patch twice. I applied the first version in my local tree, but this version of the patch has a better commit message, so I dropped the old patch and applied this version instead. Thanks, Michael > --- > man2/keyctl.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/keyctl.2 b/man2/keyctl.2 > index 8930fb78b..4fa54bc14 100644 > --- a/man2/keyctl.2 > +++ b/man2/keyctl.2 > @@ -33,7 +33,7 @@ keyctl \- manipulate the kernel's key management facility > .B #include <sys/types.h> > .B #include <keyutils.h> > .PP > -.BI "long keyctl(int " operation ", ...)" > +.BI "long keyctl(int " operation ", ...);" > > .B "/* For direct call via syscall(2): */" > .B #include <asm/unistd.h> > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/