keyctl.2: Mention ENOMEM in ERRORS

This one is not very specific, as memory allocations are scattered across
the code, so let's put some generic description here.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2017-09-02 06:40:32 +02:00 committed by Michael Kerrisk
parent 04630ce71c
commit e937944e81
1 changed files with 4 additions and 0 deletions

View File

@ -1624,6 +1624,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.