summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-27 04:42:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-27 04:42:49 +0000
commitde62a1b03efc9264e5c66dffa8a8735c06790744 (patch)
treeee0a87887a91393f4f4cd946d38fb64329051389 /lib/libc/stdio
parent0d78207239daff4e55469e69112f2f0446e41f6d (diff)
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