Module Name: src
Committed By: jruoho
Date: Mon May 3 05:53:56 UTC 2010
Modified Files:
src/lib/libc/sys: access.2
Log Message:
Note secure_path(3) in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/access.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/access.2
diff -u src/lib/libc/sys/access.2:1.25 src/lib/libc/sys/access.2:1.26
--- src/lib/libc/sys/access.2:1.25 Fri Apr 30 09:41:59 2010
+++ src/lib/libc/sys/access.2 Mon May 3 05:53:56 2010
@@ -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 @@
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr execve 2 ,
-.Xr stat 2
+.Xr stat 2 ,
+.Xr secure_path 3
.Sh STANDARDS
The
.Fn access