]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
memfd_create.2: Minor tweak: split EINVAL errors into separate entries
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 Sep 2017 12:58:44 +0000 (14:58 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Sep 2017 06:44:18 +0000 (08:44 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/memfd_create.2

index 77d6b8904781e5c806560b3eb64a318655364498..6c1c54a8537039c4cadf475e244bbbb5392a5d11 100644 (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