summaryrefslogtreecommitdiffstats
path: root/man3/euidaccess.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/euidaccess.3')
-rw-r--r--man3/euidaccess.332
1 files changed, 16 insertions, 16 deletions
diff --git a/man3/euidaccess.3 b/man3/euidaccess.3
index 999bb9d9d..b309a4f78 100644
--- a/man3/euidaccess.3
+++ b/man3/euidaccess.3
@@ -19,12 +19,12 @@ Standard C library
.fi
.SH DESCRIPTION
Like
-.BR access (2),
+.MR access 2 ,
.BR euidaccess ()
checks permissions and existence of the file identified by its argument
.IR pathname .
However, whereas
-.BR access (2)
+.MR access 2
performs checks using the real user and group identifiers of the process,
.BR euidaccess ()
uses the effective identifiers.
@@ -33,7 +33,7 @@ uses the effective identifiers.
is a mask consisting of one or more of
.BR R_OK ", " W_OK ", " X_OK ", and " F_OK ,
with the same meanings as for
-.BR access (2).
+.MR access 2 .
.P
.BR eaccess ()
is a synonym for
@@ -49,10 +49,10 @@ asked for a permission that is denied, or some other error occurred),
is set to indicate the error.
.SH ERRORS
As for
-.BR access (2).
+.MR access 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -86,19 +86,19 @@ any permission error that occurs.
.P
This function always dereferences symbolic links.
If you need to check the permissions on a symbolic link, use
-.BR faccessat (2)
+.MR faccessat 2
with the flags
.B AT_EACCESS
and
.BR AT_SYMLINK_NOFOLLOW .
.SH SEE ALSO
-.BR access (2),
-.BR chmod (2),
-.BR chown (2),
-.BR faccessat (2),
-.BR open (2),
-.BR setgid (2),
-.BR setuid (2),
-.BR stat (2),
-.BR credentials (7),
-.BR path_resolution (7)
+.MR access 2 ,
+.MR chmod 2 ,
+.MR chown 2 ,
+.MR faccessat 2 ,
+.MR open 2 ,
+.MR setgid 2 ,
+.MR setuid 2 ,
+.MR stat 2 ,
+.MR credentials 7 ,
+.MR path_resolution 7