summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpnam.3
diff options
context:
space:
mode:
authorheko <heko@openbsd.org>2001-09-22 17:53:59 +0000
committerheko <heko@openbsd.org>2001-09-22 17:53:59 +0000
commit9a898c0ba371852e141c6b793cc65af482d83eb4 (patch)
tree2a7109c57e35c595612829029e07c41de1194884 /lib/libc/stdio/tmpnam.3
parentUpon futher contemplation, the notion of unmaphints is just wrong. (diff)
downloadwireguard-openbsd-9a898c0ba371852e141c6b793cc65af482d83eb4.tar.xz
wireguard-openbsd-9a898c0ba371852e141c6b793cc65af482d83eb4.zip
Typo: tempfile ==> tempnam.
ok millert@
Diffstat (limited to 'lib/libc/stdio/tmpnam.3')
-rw-r--r--lib/libc/stdio/tmpnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index 7b78645cf94..7b60e7b93c9 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.8 2000/04/20 01:39:32 aaron Exp $
+.\" $OpenBSD: tmpnam.3,v 1.9 2001/09/22 17:53:59 heko Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -135,7 +135,7 @@ pointer on error.
The
.Fn tmpnam
and
-.Fn tempfile
+.Fn tempnam
functions return a pointer to a file name on success, and a null pointer
on error.
.Sh ERRORS