diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-17 09:50:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-17 09:50:19 +0000 |
commit | 509a41140170c06badd8873f02b42683de650999 (patch) | |
tree | 1c9db4e293dc41fa815d7b744ee203ab36b6865a /lib/libc | |
parent | 12695be850b93903f72b6d67e4e5b6722b44d265 (diff) |
typo;
Diffstat (limited to 'lib/libc')
-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 |