Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 06:48:30 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364231 - stable/12/lib/libc/stdio
Message-ID:  <202008140648.07E6mU3H046835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Fri Aug 14 06:48:29 2020
New Revision: 364231
URL: https://svnweb.freebsd.org/changeset/base/364231

Log:
  MFC r364029: tmpnam(3): Also mention tmpfile in the ENVIRONMENT section
  
  PR:		181785
  Submitted by:	Kevin P. Neal <kpneal at pobox dot com>

Modified:
  stable/12/lib/libc/stdio/tmpnam.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/stdio/tmpnam.3
==============================================================================
--- stable/12/lib/libc/stdio/tmpnam.3	Fri Aug 14 06:46:40 2020	(r364230)
+++ stable/12/lib/libc/stdio/tmpnam.3	Fri Aug 14 06:48:29 2020	(r364231)
@@ -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?202008140648.07E6mU3H046835>