faccessat.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 06:42:40 +01:00
parent c7680dfb5d
commit 75af9c081d
1 changed files with 1 additions and 1 deletions

View File

@ -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