summaryrefslogtreecommitdiffstats
path: root/man2/keyctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/keyctl.2')
-rw-r--r--man2/keyctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/keyctl.2 b/man2/keyctl.2
index c938487bd..27657092f 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>
@@ -2289,7 +2289,7 @@ The kernel source files under
(or, before Linux 4.13, in the file
.IR Documentation/security/keys.txt ).
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,