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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to