diff options
Diffstat (limited to 'man/man2const/KEYCTL_READ.2const')
| -rw-r--r-- | man/man2const/KEYCTL_READ.2const | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man2const/KEYCTL_READ.2const b/man/man2const/KEYCTL_READ.2const index e69f833c42..7b1c0dfa3b 100644 --- a/man/man2const/KEYCTL_READ.2const +++ b/man/man2const/KEYCTL_READ.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_READ, key_serial_t " key , -.BI " char " buf "[_Nullable ." size "], size_t " size ); +.BI "long syscall(size_t " size ; +.BI " SYS_keyctl, KEYCTL_READ, key_serial_t " key , +.BI " char " buf "[_Nullable " size "], size_t " size ); .fi .SH DESCRIPTION Read the payload data of a key. |
