memfd_create.2: Note the limit for size of 'name'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-21 15:02:06 +02:00
parent 0fd5731e6e
commit 5ade353db4
1 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,9 @@ included unknown bits.
.B EINVAL
.I name
was too long.
(The limit is
.\" NAME_MAX - strlen("memfd:")
249 bytes, excluding the terminating null byte.)
.TP
.B EINVAL
Both