access.2: Rework/relocate faccessat() NOTES text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 08:13:27 +01:00
parent 98be313dcb
commit 2907fa3e3d
1 changed files with 8 additions and 6 deletions

View File

@ -161,6 +161,11 @@ If
.I pathname .I pathname
is a symbolic link, do not dereference it: is a symbolic link, do not dereference it:
instead return information about the link itself. instead return information about the link itself.
.PP
See
.BR openat (2)
for an explanation of the need for
.BR faccessat ().
.SH "RETURN VALUE" .SH "RETURN VALUE"
On success (all requested permissions granted, or On success (all requested permissions granted, or
.I mode .I mode
@ -319,12 +324,9 @@ Similar problems can occur to FUSE mounts.
.\" .\"
.\" .\"
.SS faccessat () .SS faccessat ()
See The raw
.BR openat (2) .BR faccessat ()
for an explanation of the need for system call takes only the first three arguments.
.BR faccessat ().
.SS Glibc notes
The raw system call takes only the first three arguments.
The The
.B AT_EACCESS .B AT_EACCESS
and and