diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 20:17:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 20:17:43 +0000 |
commit | 65d3a517f30e769f4ffcd5265ca23ed523280dc9 (patch) | |
tree | de965c644ccd6de63fddcab89db0e8b401efc302 | |
parent | 7f93e49e62e4d0273105acb71d01563195cbb9a6 (diff) |
minor glitch
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 569dc8ea27f..2c501aebe2c 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.3 1998/03/12 20:03:54 deraadt Exp $ +.\" $OpenBSD: tmpnam.3,v 1.4 1998/03/12 20:17:42 deraadt Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -211,7 +211,7 @@ interface). First, there is an obvious race between file name selection and file creation and deletion: the program is typically written to call .Fn tmpnam Ns , -.Fn tmpnam Ns , or +.Fn tmpname Ns , or .Xr mktemp 3 . Subsequently, the program calls .Xr open 2 |