aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/access.2
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2002-07-01 14:41:05 +0000
committerChris Costello <chris@FreeBSD.org>2002-07-01 14:41:05 +0000
commitde19436f24cd191364820856a0fa8b9b7e095a51 (patch)
tree16d31103a4178aec720f2ef659b94528dabbe64c /lib/libc/sys/access.2
parent3ded9dcdae58f88f5738ee6dc19634d3edfb9356 (diff)
downloadsrc-de19436f24cd191364820856a0fa8b9b7e095a51.tar.gz
src-de19436f24cd191364820856a0fa8b9b7e095a51.zip
Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to
the correct location--this section consists solely of security considerations information. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=99214
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r--lib/libc/sys/access.220
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2
index 1673cd4d7739..5d912b864eb3 100644
--- a/lib/libc/sys/access.2
+++ b/lib/libc/sys/access.2
@@ -127,16 +127,7 @@ points outside the process's allocated address space.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
.El
-.Sh SEE ALSO
-.Xr chmod 2 ,
-.Xr intro 2 ,
-.Xr stat 2
-.Sh STANDARDS
-The
-.Fn access
-function call is expected to conform to
-.St -p1003.1-90 .
-.Sh CAVEAT
+.Sh SECURITY CONSIDERATIONS
The
.Fn access
call
@@ -151,6 +142,15 @@ The
.Fn eaccess
call
likewise may be subject to races if used inappropriately.
+.Sh SEE ALSO
+.Xr chmod 2 ,
+.Xr intro 2 ,
+.Xr stat 2
+.Sh STANDARDS
+The
+.Fn access
+function call is expected to conform to
+.St -p1003.1-90 .
.Sh HISTORY
An
.Fn access