diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-21 11:46:04 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-21 11:46:04 +0000 |
commit | 062edd2a4be24df8d9ddfe40e1bfc8feaea65767 (patch) | |
tree | 802569c3bbaead06623de6f2fa3f364cc2e27834 /stdlib | |
parent | fae0140b378ba3fa9ca652d918d7f1180b5d0dda (diff) |
minor filename.mli doc clarification
From: Gabriel Scherer <gabriel.scherer@gmail.com>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15723 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/filename.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/filename.mli b/stdlib/filename.mli index 9e8a527da..dbdeb5023 100644 --- a/stdlib/filename.mli +++ b/stdlib/filename.mli @@ -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 |