+.Sh HISTORY
+The
+.Fn access
+function appeared in
+.At v7 .
+.Sh SECURITY CONSIDERATIONS
+The result of
+.Fn access
+should not be used to make an actual access control decision, since its
+response, even if correct at the moment it is formed, may be outdated at the
+time you act on it.
+.Fn access
+results should only be used to pre-flight, such as when configuring user
+interface elements or for optimization purposes. The actual access control
+decision should be made by attempting to execute the relevant system call while
+holding the applicable credentials, and properly handling any resulting errors;
+and this must be done even though
+.Fn access
+may have predicted success.
+.Pp
+Additionally, set-user-ID and set-group-ID applications should restore the
+effective user or group ID,
+and perform actions directly rather than use