From 40c884b1c32de252be6f527bba28ca8d30bde676 Mon Sep 17 00:00:00 2001 From: jruoho Date: Mon, 3 May 2010 05:53:56 +0000 Subject: [PATCH] Note secure_path(3) in SEE ALSO. --- lib/libc/sys/access.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 6cfd2f1d6fd8..76b76e3fcefe 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: access.2,v 1.25 2010/04/30 09:41:59 jruoho Exp $ +.\" $NetBSD: access.2,v 1.26 2010/05/03 05:53:56 jruoho Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 .\" -.Dd April 30, 2010 +.Dd May 3, 2010 .Dt ACCESS 2 .Os .Sh NAME @@ -129,7 +129,8 @@ file presently being executed. .Sh SEE ALSO .Xr chmod 2 , .Xr execve 2 , -.Xr stat 2 +.Xr stat 2 , +.Xr secure_path 3 .Sh STANDARDS The .Fn access