svn commit: r364231 - stable/12/lib/libc/stdio

Gordon Bergling gbe at FreeBSD.org
Fri Aug 14 06:48:30 UTC 2020


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.


More information about the svn-src-stable-12 mailing list