]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/access.2
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / access.2
index c4b2f92f66524330319a28c6da87603da2a2ea02..703ce97afd2b99aecb7b7bfa07d205e58dc4541b 100644 (file)
@@ -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 ,