add_key.2: ERRORS: place in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-24 12:55:28 +02:00
parent 2c0a219bf6
commit d5e2b2c994
1 changed files with 4 additions and 4 deletions

View File

@ -124,6 +124,10 @@ is set to indicate the cause of the error.
.B EACCES
The keyring wasn't available for modification by the user.
.TP
.B EDQUOT
The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.TP
.B EINVAL
The payload data was invalid.
.TP
@ -147,10 +151,6 @@ The keyring doesn't exist.
.TP
.B ENOMEM
Insufficient memory to create a key.
.TP
.B EDQUOT
The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.SH VERSIONS
This system call first appeared in Linux 2.6.11.
.SH CONFORMING TO