Skip to content

Commit

Permalink
minor filename.mli doc clarification
Browse files Browse the repository at this point in the history
From: Gabriel Scherer <gabriel.scherer@gmail.com>

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15723 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
gasche committed Dec 21, 2014
1 parent fae0140 commit 062edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/filename.mli
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ val open_temp_file :
It can contain one or several of [Open_append], [Open_binary],
and [Open_text]. The default is [[Open_text]] (open in text mode). The
file is created with permissions [perms] (defaults to readable and
writable only by the file owner).
writable only by the file owner, [0o600]).
@raise Sys_error if the file could not be opened.
@before 4.03.0 no ?perms optional argument
Expand Down

0 comments on commit 062edd2

Please sign in to comment.