memfd_create.2: Expand explanation of the EINVAL error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-08 12:26:30 +01:00
parent f00ce3a03b
commit 20acd21a2d
1 changed files with 5 additions and 1 deletions

View File

@ -141,7 +141,11 @@ The address in
points to invalid memory.
.TP
.B EINVAL
An unsupported value was specified in one of the arguments.
An unsupported value was specified in one of the arguments:
.I flags
included unknown bits, or
.I name
was too long.
.TP
.B EMFILE
The per-process limit on open file descriptors has been reached.