diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
| commit | 0afc94c17a8772df34294778904e816258542498 (patch) | |
| tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /lib/libc/sys/access.2 | |
| parent | 7565f3e8372c450d436a8b60605a183b4ef1ab83 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/access.2')
| -rw-r--r-- | lib/libc/sys/access.2 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 0cd3c6f72e7f..65b8fb6bfbb1 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -188,6 +188,27 @@ is neither .Dv AT_FDCWD nor a file descriptor associated with a directory. .El +.Sh SEE ALSO +.Xr chmod 2 , +.Xr intro 2 , +.Xr stat 2 +.Sh STANDARDS +The +.Fn access +system call is expected to conform to +.St -p1003.1-90 . +The +.Fn faccessat +system call follows The Open Group Extended API Set 2 specification. +.Sh HISTORY +The +.Fn access +function appeared in +.At v7 . +The +.Fn faccessat +system call appeared in +.Fx 8.0 . .Sh SECURITY CONSIDERATIONS The .Fn access @@ -212,24 +233,3 @@ of the st_mode bits that the application might not understand -- e.g. in the case of AFS). It also allows a cheaper file existence test than .Xr stat 2 . -.Sh SEE ALSO -.Xr chmod 2 , -.Xr intro 2 , -.Xr stat 2 -.Sh STANDARDS -The -.Fn access -system call is expected to conform to -.St -p1003.1-90 . -The -.Fn faccessat -system call follows The Open Group Extended API Set 2 specification. -.Sh HISTORY -The -.Fn access -function appeared in -.At v7 . -The -.Fn faccessat -system call appeared in -.Fx 8.0 . |
