Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2020 16:20:07 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364029 - head/lib/libc/stdio
Message-ID:  <202008071620.077GK7jQ032587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Fri Aug  7 16:20:07 2020
New Revision: 364029
URL: https://svnweb.freebsd.org/changeset/base/364029

Log:
  tmpnam(3): Also mention tmpfile in the ENVIRONMENT section
  
  PR:		181785
  Submitted by:	Kevin P. Neal <kpneal atpobox dot com>
  MFC after:	1 week

Modified:
  head/lib/libc/stdio/tmpnam.3

Modified: head/lib/libc/stdio/tmpnam.3
==============================================================================
--- head/lib/libc/stdio/tmpnam.3	Fri Aug  7 16:15:44 2020	(r364028)
+++ head/lib/libc/stdio/tmpnam.3	Fri Aug  7 16:20:07 2020	(r364029)
@@ -32,7 +32,7 @@
 .\"     @(#)tmpnam.3	8.2 (Berkeley) 11/17/93
 .\" $FreeBSD$
 .\"
-.Dd March 18, 2007
+.Dd August 7, 2020
 .Dt TMPFILE 3
 .Os
 .Sh NAME
@@ -156,6 +156,8 @@ on error.
 .Bl -tag -width Ds
 .It Ev TMPDIR
 .Pf [ Fn tempnam
+and
+.Fn tmpfile
 only]
 If set,
 the directory in which the temporary file is stored.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008071620.077GK7jQ032587>