From 9c573b027fc73842209263ab819e048f35603cbb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 22 Jun 2001 15:41:58 +0000 Subject: Properly mark the availability of tempnam() and tmpnam(). --- Doc/lib/libos.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index f211f99..ca9a206 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -781,6 +781,7 @@ files if \var{dir} is omitted or \code{None}. If given and not filename. Applications are responsible for properly creating and managing files created using paths returned by \function{tempnam()}; no automatic cleanup is provided. +Availability: \UNIX. \end{funcdesc} \begin{funcdesc}{tmpnam}{} @@ -790,11 +791,13 @@ entry in a common location for temporary files. Applications are responsible for properly creating and managing files created using paths returned by \function{tmpnam()}; no automatic cleanup is provided. +Availability: \UNIX. \end{funcdesc} \begin{datadesc}{TMP_MAX} The maximum number of unique names that \function{tmpnam()} will generate before reusing names. +Availability: \UNIX, Windows. \end{datadesc} \begin{funcdesc}{unlink}{path} -- cgit v0.12