diff options
author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:43:02 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:43:02 +0000 |
commit | 84f347708b910414e42602e8081e6372cb3fdc39 (patch) | |
tree | 80a88da938c907b44f2e64ac6b7abf8600122a1d | |
parent | a251398eea9c3538825fbb615c8eaa2806905bef (diff) | |
download | src-84f347708b910414e42602e8081e6372cb3fdc39.tar.gz src-84f347708b910414e42602e8081e6372cb3fdc39.zip |
Bad reference to lstat(3) changed to lstat(2)
Notes
Notes:
svn path=/head/; revision=49746
-rw-r--r-- | lib/libutil/_secure_path.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3 index 0ca3a70c0138..053546283d07 100644 --- a/lib/libutil/_secure_path.3 +++ b/lib/libutil/_secure_path.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: _secure_path.3,v 1.2 1997/05/15 06:06:32 davidn Exp $ +.\" $Id: _secure_path.3,v 1.3 1998/06/06 05:50:42 jkoshy Exp $ .\" .Dd May 2, 1997 .Os FreeBSD @@ -63,7 +63,7 @@ The checks carried out are rudimentary and no attempt is made to eliminate race conditions between use of this function and access to the file referenced. .Sh SEE ALSO -.Xr lstat 3 , +.Xr lstat 2 , .Xr syslog 3 . .Sh HISTORY Code from which this function was derived was contributed to the |