add_key.2: Add VERSIONS and CONFORMING TO sections

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-19 10:30:25 +02:00
parent be2d8882c4
commit 92624b070f
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ Insufficient memory to create a key.
.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
This system call is a nonstandard Linux extension.
.SH NOTES
Although this is a Linux system call, it is not present in
.I libc