request_key.2: Tweaks to Eugene Syromyatnikov's patches

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-21 23:06:21 +01:00
parent b58584686b
commit 24fcf1d3e7
1 changed files with 10 additions and 6 deletions

View File

@ -295,9 +295,12 @@ The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.TP
.B EFAULT
(Part of)
.IR type ", " description " or " callout_info
points outside process' accessible address space.
One of
.IR type ,
.IR description ,
or
.IR callout_info
points outside the process's accessible address space.
.TP
.B EINTR
The request was interrupted by a signal; see
@ -333,11 +336,12 @@ Insufficient memory to create a key.
.B EPERM
The
.I type
started from dot.
argument started with a period (\(aq.\(aq).
.SH VERSIONS
This system call first appeared in Linux 2.6.10.
.\" 3e30148c3d524a9c1c63ca28261bc24c457eb07a
The ability to instantiate keys upon request was added in Linux 2.6.13.
The ability to instantiate keys upon request was added
.\" commit 3e30148c3d524a9c1c63ca28261bc24c457eb07a
in Linux 2.6.13.
.SH CONFORMING TO
This system call is a nonstandard Linux extension.
.SH NOTES