diff options
author | 2003-10-17 09:50:18 +0000 | |
---|---|---|
committer | 2003-10-17 09:50:18 +0000 | |
commit | ae8da675c22701d9e782cbc368452f23e73b0090 (patch) | |
tree | 4bc22ce39f2b30fd3a7966710e0601a71cfe899b /lib/libc/stdio/mktemp.3 | |
parent | slight options reorder; from NetBSD (diff) | |
download | wireguard-openbsd-ae8da675c22701d9e782cbc368452f23e73b0090.tar.xz wireguard-openbsd-ae8da675c22701d9e782cbc368452f23e73b0090.zip |
typo;
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-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 |