From 9f102936dd4416d58291df2a176ad7c6322c5691 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 16 Dec 2016 15:24:18 +0100 Subject: [PATCH] access.2: tfix Signed-off-by: Michael Kerrisk --- man2/access.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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