diff options
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index d13e612409a..50ef13e896c 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.33 2003/07/02 20:44:46 avsm Exp $ +.\" $OpenBSD: mktemp.3,v 1.34 2003/10/17 09:50:18 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -174,7 +174,7 @@ are not given to and thus a symbolic link race becomes possible, hence making necessary the use of .Xr fdopen 3 -as seen above). +as seen above.) Furthermore, one must be careful about code which opens, closes, and then re-opens the file in question. Finally, one must ensure that upon error the temporary file is |