keyctl.2: tfix

Fixes: fa76da808e

Signed-off-by: Arusekk <arek_koz@o2.pl>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Arusekk 2020-12-01 15:40:26 +01:00 committed by Michael Kerrisk
parent 45323bbef7
commit e2e73b468a
1 changed files with 1 additions and 1 deletions

View File

@ -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>