add_key.2: ERRORS: Note key types and descriptions that are reserved

Some key type names and keyring description names are
reserved to the implementation.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-16 11:17:05 +01:00
parent 924ebcde51
commit b67331f9b3
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,7 @@ Insufficient memory to create a key.
The
.I type
started with a period (\(aq.\(aq).
Key types that begin with a period are reserved to the implementation.
.TP
.B EPERM
.I type
@ -205,6 +206,8 @@ was
and the
.I description
started with a period (\(aq.\(aq).
Keyrings with descriptions (names)
that begin with a period are reserved to the implementation.
.SH VERSIONS
This system call first appeared in Linux 2.6.10.
.SH CONFORMING TO