chdir.2: Add ENOTDIR error for fchdir()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-06-17 20:36:37 +02:00
parent 7c17e8f3cb
commit 283db6f607
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ Search permission was denied on the directory open on
.B EBADF
.I fd
is not a valid file descriptor.
.TP
.B ENOTDIR
.I fd
does not refer to a directory.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD.
.SH NOTES