From 0fd5731e6e790df01b2fff84d0d2bbdd0f4a2f6b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 21 Sep 2017 14:58:44 +0200 Subject: [PATCH] memfd_create.2: Minor tweak: split EINVAL errors into separate entries Signed-off-by: Michael Kerrisk --- man2/memfd_create.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index 77d6b8904..6c1c54a85 100644 --- a/man2/memfd_create.2 +++ b/man2/memfd_create.2 @@ -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