summaryrefslogtreecommitdiff
path: root/stdlib/filename.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2013-03-09 22:38:52 +0000
committerDamien Doligez <damien.doligez-inria.fr>2013-03-09 22:38:52 +0000
commitc63f9e09579ba88c4b9510ccce062fbc767fd3a6 (patch)
treea9a7f7ef5f2c1a7d84ba7034e3ed12422800ec96 /stdlib/filename.mli
parentfb36548704ce096310707204c77218fe4d69f069 (diff)
downloadocaml-c63f9e09579ba88c4b9510ccce062fbc767fd3a6.tar.gz
fix a few problems with whitespace and over-long lines
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13393 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/filename.mli')
-rw-r--r--stdlib/filename.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/filename.mli b/stdlib/filename.mli
index b275ebbbd9..c44c6d954a 100644
--- a/stdlib/filename.mli
+++ b/stdlib/filename.mli
@@ -87,7 +87,8 @@ val temp_file : ?temp_dir: string -> string -> string -> string
*)
val open_temp_file :
- ?mode: open_flag list -> ?temp_dir: string -> string -> string -> string * out_channel
+ ?mode: open_flag list -> ?temp_dir: string -> string -> string ->
+ string * out_channel
(** Same as {!Filename.temp_file}, but returns both the name of a fresh
temporary file, and an output channel opened (atomically) on
this file. This function is more secure than [temp_file]: there