keyctl.2: wfix: "partially constructed key" ==> "uninstantiated key"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-26 16:35:19 +02:00
parent a6cca1b573
commit 64f2f3e7a1
1 changed files with 3 additions and 4 deletions

View File

@ -809,8 +809,7 @@ via the function
.TP
.BR KEYCTL_INSTANTIATE " (since Linux 2.6.11)"
.\" FIXME There's a lot more detail to add here...
Instantiate a partially constructed key with a specified payload.
.\" FIXME Explain the term "partially constructed key"
Instantiate an uninstantiated key with a specified payload.
The ID of the key to be instantiated is provided in
.I arg2
@ -850,7 +849,7 @@ via the function
.BR keyctl_instantiate (3).
.TP
.BR KEYCTL_NEGATE " (since Linux 2.6.11)"
Negatively instantiate a partially constructed key.
Negatively instantiate an uninstantiated key.
This operation is equivalent to the call:
@ -1203,7 +1202,7 @@ via the function
.TP
.BR KEYCTL_INSTANTIATE_IOV " (since Linux 2.6.39)"
.\" commit ee009e4a0d4555ed522a631bae9896399674f063
Instantiate a partially constructed key with a payload specified
Instantiate an uninstantiated key with a payload specified
via a vector of buffers.
This operation is the same as