access.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 08:15:15 +01:00
parent 2907fa3e3d
commit 2626921f46
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ access, faccessat \- check user's permissions for a file
.sp
.BI "int access(const char *" pathname ", int " mode );
.B #include <fcntl.h> /* Definition of AT_* constants */
.BR "#include <fcntl.h> " "/* Definition of AT_* constants */"
.B #include <unistd.h>
.sp
.BI "int faccessat(int " dirfd ", const char *" pathname ", int " \