diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 0b1a04aa6..3ebec3723 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FACCESSAT 2 2009-12-13 "Linux" "Linux Programmer's Manual" +.TH FACCESSAT 2 2010-10-24 "Linux" "Linux Programmer's Manual" .SH NAME faccessat \- check user's permissions of a file relative to a \ directory file descriptor @@ -142,6 +142,13 @@ See .BR openat (2) for an explanation of the need for .BR faccessat (). + +.IR Warning : +.BR faccessat () +is subject to the same kinds of races as +.BR access (2) +and +.BR euidaccess (3). .SS Glibc Notes The .B AT_EACCESS