summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2007-05-10 22:46:36 +0000
committerespie <espie@openbsd.org>2007-05-10 22:46:36 +0000
commitef65c8596f0a13e635c28e2d981fd1f472c993ba (patch)
tree2821ab560df6e5268dbc0add0bb93bd703c445c1 /lib/libc
parentPPP Over Ethernet (not "over"). More consistent with pppoe(8) and the rfc. (diff)
downloadwireguard-openbsd-ef65c8596f0a13e635c28e2d981fd1f472c993ba.tar.xz
wireguard-openbsd-ef65c8596f0a13e635c28e2d981fd1f472c993ba.zip
grammar,
okay jmc@
Diffstat (limited to 'lib/libc')
-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