add_key.2: ERRORS: add an EINVAL error case

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-27 14:08:47 +02:00
parent 37ab86d7d4
commit 71d4559ca0
1 changed files with 7 additions and 0 deletions

View File

@ -152,6 +152,13 @@ The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.TP
.B EINVAL
The size of the string (including the terminating null byte) specified in
.I type
or
.I description
exceeded the limit (32 bytes and 4096 bytes respectively).
.TP
.B EINVAL
The payload data was invalid.
.TP
.B EINVAL