request_key.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:10:00 +10:00
parent 7071fdf85b
commit 3a0d6510d9
1 changed files with 7 additions and 7 deletions

View File

@ -102,14 +102,14 @@ will be returned and errno will have been set to an appropriate error.
.B EACCES
The keyring wasn't available for modification by the user.
.TP
.B EINTR
The request was interrupted by a signal; see
.BR signal (7).
.TP
.B EDQUOT
The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.TP
.B EINTR
The request was interrupted by a signal; see
.BR signal (7).
.TP
.B EKEYEXPIRED
An expired key was found, but no replacement could be obtained.
.TP
@ -119,11 +119,11 @@ The attempt to generate a new key was rejected.
.B EKEYREVOKED
A revoked key was found, but no replacement could be obtained.
.TP
.B ENOMEM
Insufficient memory to create a key.
.TP
.B ENOKEY
No matching key was found.
.TP
.B ENOMEM
Insufficient memory to create a key.
.SH LINKING
Although this is a Linux system call, it is not present in
.I libc