From de19436f24cd191364820856a0fa8b9b7e095a51 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Mon, 1 Jul 2002 14:41:05 +0000 Subject: [PATCH] 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 --- lib/libc/sys/access.2 | 20 ++++++++++---------- 1 file 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