aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2const/KEYCTL_UPDATE.2const
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2const/KEYCTL_UPDATE.2const')
-rw-r--r--man/man2const/KEYCTL_UPDATE.2const5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man2const/KEYCTL_UPDATE.2const b/man/man2const/KEYCTL_UPDATE.2const
index e59522fdaf..0400219fb8 100644
--- a/man/man2const/KEYCTL_UPDATE.2const
+++ b/man/man2const/KEYCTL_UPDATE.2const
@@ -20,8 +20,9 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "long syscall(SYS_keyctl, KEYCTL_UPDATE, key_serial_t " key ,
-.BI " void " payload [. size "], size_t " size );
+.BI "long syscall(size_t " size ;
+.BI " SYS_keyctl, KEYCTL_UPDATE, key_serial_t " key ,
+.BI " void " payload [ size "], size_t " size );
.fi
.SH DESCRIPTION
Update a key's data payload.