OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / euidaccess.3
index e86d798..41791d0 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH EUIDACCESS 3 2010-11-01 "" "Linux Programmer's Manual"
+.TH EUIDACCESS 3 2013-09-25 "" "Linux Programmer's Manual"
 .SH NAME
 euidaccess, eaccess \- check effective user's permissions for a file
 .SH SYNOPSIS
@@ -47,7 +47,7 @@ uses the effective identifiers.
 
 .I mode
 is a mask consisting of one or more of
-.BR R_OK ", " W_OK ", " X_OK " and " F_OK ,
+.BR R_OK ", " W_OK ", " X_OK ", and " F_OK ,
 with the same meanings as for
 .BR access (2).
 
@@ -70,6 +70,13 @@ As for
 The
 .BR eaccess ()
 function was added to glibc in version 2.4.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR euidaccess ()
+and
+.BR eaccess ()
+functions are thread-safe.
 .SH CONFORMING TO
 These functions are nonstandard.
 Some other systems have an