access.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-16 15:24:18 +01:00
parent fc986cdd7e
commit 9f102936dd
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ effective user ID to the real ID and then call
.BR access ()
always dereferences symbolic links.
If you need to check the permissions on a symbolic link, use
.BR faccessat (2)
.BR faccessat ()
with the flag
.BR AT_SYMLINK_NOFOLLOW .
.PP