summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2002-07-01 14:41:05 +0000
committerchris <chris@FreeBSD.org>2002-07-01 14:41:05 +0000
commit22405035c0d97fb36f5fae6cf941548284504352 (patch)
tree16d31103a4178aec720f2ef659b94528dabbe64c
parent2a203b39db5e78892b74fc1de42723b493f4425f (diff)
downloadFreeBSD-src-22405035c0d97fb36f5fae6cf941548284504352.zip
FreeBSD-src-22405035c0d97fb36f5fae6cf941548284504352.tar.gz
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
-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 1673cd4..5d912b8 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
OpenPOWER on IntegriCloud