summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-05-10 22:46:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-05-10 22:46:37 +0000
commite0ed39a3f5d15955ea3ac17cf5a9e9be4ae730fe (patch)
tree7c049d801a50aebf667a8f7a61c9f67cefc73987 /lib/libc/stdio
parent68fcab559ef8654bf08816875b48c7de99abfa49 (diff)
grammar,
okay jmc@
Diffstat (limited to 'lib/libc/stdio')
-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 b06ea4fd369..16a5d8e5c29 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.39 2006/01/06 10:03:28 jmc Exp $
+.\" $OpenBSD: mktemp.3,v 1.40 2007/05/10 22:46:36 espie Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -85,7 +85,7 @@ Because
.Fn mktemp
does not actually create the temporary file there is a window of
opportunity during which another process can open the file instead.
-Because of this race condition the
+Because of this race condition,
.Fn mktemp
should not be used in new code.
.Fn mktemp