[PATCH] keyctl.2: tfix
From: Alejandro Colomar <hidden>
Date: 2020-12-01 14:44:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2020-12-01 14:44:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Arusekk <redacted> Fixes: fa76da808eff Signed-off-by: Arusekk <redacted> Signed-off-by: Alejandro Colomar <redacted> --- 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>
--
2.29.2