diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
| commit | 24a0682c6465290759ed0b09ea16e40e7cd47053 (patch) | |
| tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libutil/_secure_path.3 | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/_secure_path.3')
| -rw-r--r-- | lib/libutil/_secure_path.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3 index 0a19885a4d42..fe23d12b2b9f 100644 --- a/lib/libutil/_secure_path.3 +++ b/lib/libutil/_secure_path.3 @@ -62,10 +62,6 @@ The .Xr syslog 3 function is used to log any failure of this function, including the reason, at LOG_ERR priority. -.Sh BUGS -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 2 , .Xr syslog 3 @@ -73,3 +69,7 @@ access to the file referenced. Code from which this function was derived was contributed to the .Fx project by Berkeley Software Design, Inc. +.Sh BUGS +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. |
