linkat.2: ERRORS: Add EINVAL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-17 23:46:17 +13:00
parent b834c23e32
commit c6ba8faeb5
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH LINKAT 2 2013-07-21 "Linux" "Linux Programmer's Manual" .TH LINKAT 2 2014-01-17 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
linkat \- create a file link relative to directory file descriptors linkat \- create a file link relative to directory file descriptors
.SH SYNOPSIS .SH SYNOPSIS
@ -160,6 +160,10 @@ or
.I newdirfd .I newdirfd
is not a valid file descriptor. is not a valid file descriptor.
.TP .TP
.B EINVAL
An invalid flag value was specified in
.IR flags .
.TP
.B ENOENT .B ENOENT
.B AT_EMPTY_PATH .B AT_EMPTY_PATH
was specified in was specified in