summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-01-27 04:42:48 +0000
committerderaadt <deraadt@openbsd.org>2000-01-27 04:42:48 +0000
commit989010603a398af88ddee36c70958e5aa6717c5d (patch)
tree6aa7323e0a4b8eaa30a9cf7b496d3aac1b3232a6 /lib/libc/stdio
parentgoof. (diff)
downloadwireguard-openbsd-989010603a398af88ddee36c70958e5aa6717c5d.tar.xz
wireguard-openbsd-989010603a398af88ddee36c70958e5aa6717c5d.zip
repair nroff botch
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/mktemp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index a187a42572d..91b0852dce2 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.19 2000/01/22 12:00:42 aaron Exp $
+.\" $OpenBSD: mktemp.3,v 1.20 2000/01/27 04:42:48 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -184,8 +184,8 @@ For
there is an obvious race between file name selection and file
creation and deletion: the program is typically written to call
.Xr tmpnam 3 ,
-.Xr tempnam 3 , or Ns
-.Fn mktemp .
+.Xr tempnam 3 , or
+.Ns Fn mktemp .
Subsequently, the program calls
.Xr open 2
or