diff --git a/man2/access.2 b/man2/access.2 index 7e5580737..cc818be10 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -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