summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
commit530363072a62a5e606ef0bbf54711a8ba7c7ba4d (patch)
treea95158f5ffd80befaa7175f9562653a8df6ec3f0 /lib/libc/stdio/mktemp.3
parent2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (diff)
fifo -> FIFO
ok millert@
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r--lib/libc/stdio/mktemp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 8e7a2ed2b2f..29f79b82a46 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.27 2003/03/06 19:54:52 jmc Exp $
+.\" $OpenBSD: mktemp.3,v 1.28 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -182,7 +182,7 @@ Subsequently, the program calls
.Xr open 2
or
.Xr fopen 3
-and erroneously opens a file (or symbolic link, fifo or other
+and erroneously opens a file (or symbolic link, FIFO or other
device) that the attacker has created in the expected file location.
Hence
.Fn mkstemp