diff options
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 |
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 |