execveat.2: Add EINVAL case for AT_SYMLINK_NOFOLLOW

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-09 16:39:41 +01:00
parent bc9f7981b7
commit b36bbd106e
1 changed files with 10 additions and 0 deletions

View File

@ -124,6 +124,16 @@ The following additional errors can occur for
is not a valid file descriptor.
.TP
.B EINVAL
.I flags
includes
.BR AT_SYMLINK_NOFOLLOW
and the file identified by
.I dirfd
and a non-NULL
.I pathname
is a symbolic link.
.TP
.B EINVAL
Invalid flag specified in
.IR flags .
.TP