svn commit: r364029 - head/lib/libc/stdio

Gordon Bergling gbe at FreeBSD.org
Fri Aug 7 16:20:08 UTC 2020


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.


More information about the svn-src-head mailing list