diff options
Diffstat (limited to 'lib/libc/stdio/tmpnam.3')
-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 ad3850908d3..efb6f1a5dc0 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.10 2003/03/06 19:54:52 jmc Exp $ +.\" $OpenBSD: tmpnam.3,v 1.11 2003/04/02 19:00:26 jmc Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -198,7 +198,7 @@ Subsequently, the program calls .Xr open 2 or .Xr fopen 3 -and erroneously opens a file (or symbolic link, or fifo or other +and erroneously opens a file (or symbolic link, or FIFO or other device) that the attacker has placed in the expected file location. Hence .Xr mkstemp 3 |