git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@591 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-01-04 13:44:47 +00:00
parent 9b5ef3dc51
commit 86c4b57797
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ val temp_file: string -> string -> string
The temporary directory is [/tmp] by default; if set, The temporary directory is [/tmp] by default; if set,
the value of the environment variable [TMPDIR] is used instead. the value of the environment variable [TMPDIR] is used instead.
The base name of the temporary file is formed by concatenating The base name of the temporary file is formed by concatenating
[prefix], then an integer code, then [suffix]. *) [prefix], then a suitably chosen integer number, then [suffix]. *)