add_key.2: Tweaks to Eugene Syromyatnikov's patches

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-16 08:59:18 +01:00
parent 62975dc234
commit 924ebcde51
1 changed files with 8 additions and 5 deletions

View File

@ -155,9 +155,12 @@ The key quota for this user would be exceeded by creating this key or linking
it to the keyring.
.TP
.B EFAULT
(Part of)
.IR type ", " description " or " payload
points outside process' accessible address space.
One or more of
.IR type ,
.IR description ,
and
.I payload
points outside process's accessible address space.
.TP
.B EINVAL
The size of the string (including the terminating null byte) specified in
@ -193,7 +196,7 @@ Insufficient memory to create a key.
.B EPERM
The
.I type
started from dot.
started with a period (\(aq.\(aq).
.TP
.B EPERM
.I type
@ -201,7 +204,7 @@ was
.I """keyring"""
and the
.I description
started from dot.
started with a period (\(aq.\(aq).
.SH VERSIONS
This system call first appeared in Linux 2.6.10.
.SH CONFORMING TO