From f70b502db6f3bc9a670b82fb543621b56eadd7a1 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 21 Nov 2016 22:52:30 +0100 Subject: [PATCH] request_key.2: Document some additional errors Signed-off-by: Michael Kerrisk --- man2/request_key.2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man2/request_key.2 b/man2/request_key.2 index abd9f6da9..580b09262 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -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