]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
memfd_create.2: Expand explanation of the EINVAL error
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 8 Jan 2015 11:26:30 +0000 (12:26 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 Jan 2015 09:35:32 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/memfd_create.2

index 509377e7dfcedaaa3857074c2b7610f997e7e555..baef217430e29ca0f25dcadd533d51b2800a48ae 100644 (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.