faccessat.2: Note that the system call takes only three arguments

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-21 10:57:48 +01:00
parent 93265f420c
commit 1c40a3ed1a
1 changed files with 2 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 FACCESSAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .TH FACCESSAT 2 2014-01-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
faccessat \- check user's permissions of a file relative to a \ faccessat \- check user's permissions of a file relative to a \
directory file descriptor directory file descriptor
@ -150,6 +150,7 @@ is subject to the same kinds of races as
and and
.BR euidaccess (3). .BR euidaccess (3).
.SS Glibc notes .SS Glibc notes
The raw system call takes only the first three arguments.
The The
.B AT_EACCESS .B AT_EACCESS
and and