From 75af9c081d7b55fb53d1346b5141ca2f10f02c90 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Feb 2014 06:42:40 +0100 Subject: [PATCH] faccessat.2: wfix Signed-off-by: Michael Kerrisk --- man2/faccessat.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/faccessat.2 b/man2/faccessat.2 index fd5387a94..0688f4127 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -157,7 +157,7 @@ and .B AT_SYMLINK_NOFOLLOW flags are actually implemented within the glibc wrapper function for .BR faccessat (). -If either of these flags are specified, then the wrapper function employs +If either of these flags is specified, then the wrapper function employs .BR fstatat (2) to determine access permissions. .SH SEE ALSO