diff options
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index f0c0866ae09..94020563289 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.4 1997/06/20 04:10:18 millert Exp $ +.\" $OpenBSD: mktemp.3,v 1.5 1997/10/07 22:21:33 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -102,7 +102,6 @@ If either call fails an error code is placed in the global variable .Va errno . .Sh ERRORS The -.Fn mktemp , .Fn mkstemp and .Fn mkdtemp @@ -116,7 +115,6 @@ The pathname portion of the template is not an existing directory. .El .Pp The -.Fn mktemp , .Fn mkstemp and .Fn mkdtemp |