add_key.2: Add information regarding EPERM

This commit is contained in:
Eugene Syromyatnikov 2016-11-15 11:44:40 +03:00 committed by Michael Kerrisk
parent c99809b93e
commit 62975dc234
1 changed files with 13 additions and 0 deletions

View File

@ -189,6 +189,19 @@ The keyring doesn't exist.
.TP
.B ENOMEM
Insufficient memory to create a key.
.TP
.B EPERM
The
.I type
started from dot.
.TP
.B EPERM
.I type
was
.I """keyring"""
and the
.I description
started from dot.
.SH VERSIONS
This system call first appeared in Linux 2.6.10.
.SH CONFORMING TO