From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugene Syromyatnikov Subject: [PATCH v2 6/6] keyctl.2: mention ENOMEM in ERRORS Date: Sat, 2 Sep 2017 06:40:32 +0200 Message-ID: <20170902044032.GA7817@asgard.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, David Howells , Mat Martineau , Stephan Mueller , keyrings-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org This one is not very specific, as memory allocations are scattered across the code, so let's put some generic description here. --- man2/keyctl.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index bbd85ce..fe17b1e 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -1866,6 +1866,10 @@ did not exist, and .I arg3 was zero (meaning don't create the key if it didn't exist). .TP +.B ENOMEM +One of kernel memory allocation routines failed during the execution of the +syscall. +.TP .B ENOTDIR A key of keyring type was expected but the ID of a key with a different type was provided. -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html