Bad reference to lstat(3) changed to lstat(2)

This commit is contained in:
Chris Costello 1999-08-14 07:43:02 +00:00
parent a251398eea
commit 84f347708b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49746

View File

@ -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