summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpnam.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-01-13 14:02:30 +0000
committerschwarze <schwarze@openbsd.org>2015-01-13 14:02:30 +0000
commit53ce3bb98bbcae96805952da2ad33af0e6917a25 (patch)
treec3ca02fbba4a7fd98feeddee7d95a6ea277d033c /lib/libc/stdio/tmpnam.3
parentdo not spawn a pager when there is no output; issue pointed out by deraadt@ (diff)
downloadwireguard-openbsd-53ce3bb98bbcae96805952da2ad33af0e6917a25.tar.xz
wireguard-openbsd-53ce3bb98bbcae96805952da2ad33af0e6917a25.zip
remove .Tn from stdio manuals; Kaspars Bankovskis found one of these
Diffstat (limited to 'lib/libc/stdio/tmpnam.3')
-rw-r--r--lib/libc/stdio/tmpnam.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index f152ce731c4..29d151a683a 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: tmpnam.3,v 1.20 2015/01/13 14:02:30 schwarze Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: January 13 2015 $
.Dt TMPFILE 3
.Os
.Sh NAME
@@ -187,9 +187,7 @@ functions conform to
.Fn tmpnam
and
.Fn tempnam
-are provided for System V and
-.Tn ANSI
-compatibility only.
+are provided for System V and ANSI compatibility only.
These interfaces are typically not used in safe ways.
The
.Xr mkstemp 3