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