memfd_create.2: Minor tweak: split EINVAL errors into separate entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-21 14:58:44 +02:00
parent 88aa124ab2
commit 0fd5731e6e
1 changed files with 3 additions and 2 deletions

View File

@ -170,9 +170,10 @@ The address in
points to invalid memory.
.TP
.B EINVAL
An unsupported value was specified in one of the arguments:
.I flags
included unknown bits, or
included unknown bits.
.TP
.B EINVAL
.I name
was too long.
.TP