keyctl.2: srcfix: FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-17 17:35:13 +02:00
parent 60fc9e9564
commit d374e8506d
1 changed files with 5 additions and 2 deletions

View File

@ -611,6 +611,7 @@ The caller must have the appropriate instantiation permit set
(authorization key, see
.B KEYCTL_ASSUME_AUTHORITY
command).
Negative keys are used to rate limit repeated
.BR request_key (2)
calls by causing them to return the error specified until the negative key
@ -638,6 +639,8 @@ permit (authorization key, see
command) set for this to work.
No other permissions are required.
.\" FIXME The following sentence appears not to be true,
.\" according to my reading of the source code.
The
.I arg5
argument is ignored.
@ -739,7 +742,7 @@ The size of description (including the terminating null byte), irrespective
of the provided buffer size.
.TP
.B KEYCTL_SEARCH
The found key ID.
The ID of the key that was found.
.TP
.B KEYCTL_READ
The amount of data that is available in the key, irrespective of the provided
@ -759,7 +762,7 @@ The amount of information available (including the terminating null byte),
irrespective of the provided buffer size.
.TP
.B KEYCTL_GET_PERSISTENT
ID of the persistent keyring.
The ID of the persistent keyring.
.TP
.B KEYCTL_DH_COMPUTE
Amount of bytes being copied.