diff --git a/man2/faccessat.2 b/man2/faccessat.2 index ee4ac99fa..fd5387a94 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%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 faccessat \- check user's permissions of a file relative to a \ directory file descriptor @@ -150,6 +150,7 @@ is subject to the same kinds of races as and .BR euidaccess (3). .SS Glibc notes +The raw system call takes only the first three arguments. The .B AT_EACCESS and