X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..bca245acd4c03fd752d1a45f011ad495e60fe53d:/bsd/man/man2/access.2 diff --git a/bsd/man/man2/access.2 b/bsd/man/man2/access.2 index c4b2f92f6..703ce97af 100644 --- a/bsd/man/man2/access.2 +++ b/bsd/man/man2/access.2 @@ -109,6 +109,12 @@ The checks for accessibility are performed using the effective user and group IDs instead of the real user and group ID as required in a call to .Fn access . .El +.Bl -tag -width indent +.It Dv AT_SYMLINK_NOFOLLOW +If +.Fa path +names a symbolic link, the status of the symbolic link is returned. +.El .Pp Even if a process has appropriate privileges and indicates success for .Dv X_OK ,