request_key.2: Document some additional errors

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2016-11-21 22:52:30 +01:00 committed by Michael Kerrisk
parent 9b0ac3ef53
commit f70b502db6
1 changed files with 10 additions and 0 deletions

View File

@ -294,6 +294,11 @@ The keyring wasn't available for modification by the user.
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.
.TP
.B EINTR
The request was interrupted by a signal; see
.BR signal (7).
@ -324,6 +329,11 @@ No matching key was found.
.TP
.B ENOMEM
Insufficient memory to create a key.
.TP
.B EPERM
The
.I type
started from dot.
.SH VERSIONS
This system call first appeared in Linux 2.6.10.
.SH CONFORMING TO