diff options
author | Sverker Eriksson <[email protected]> | 2015-05-21 20:01:45 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-05-21 20:01:45 +0200 |
commit | 31d663b47a20f2fff9b6a35f91d1ca2b28ce8b9f (patch) | |
tree | 355aa4576280d6c126d242a6ffe2de1e7a6f364e /lib/stdlib/doc | |
parent | db7446a0235f5379ed230a51cc1d55475549f36b (diff) | |
parent | c6d38c93b80395ee9dbe65d6dd6751254402ea21 (diff) | |
download | otp-31d663b47a20f2fff9b6a35f91d1ca2b28ce8b9f.tar.gz otp-31d663b47a20f2fff9b6a35f91d1ca2b28ce8b9f.tar.bz2 otp-31d663b47a20f2fff9b6a35f91d1ca2b28ce8b9f.zip |
Merge branch 'sverk/ets-tab2file-syn/OTP-12737'
* sverk/ets-tab2file-syn/OTP-12737:
stdlib: Add 'sync' option to ets:tab2file/3
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 6b9524ef63..2bfe074c3e 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -1435,7 +1435,9 @@ is_integer(X), is_integer(Y), X + Y < 4711]]></code> <p>Whenever the <c>extended_info</c> option is used, it results in a file not readable by versions of ets prior to that in stdlib-1.15.1</p> - + <p>The <c>sync</c> option, if set to <c>true</c>, ensures that + the content of the file is actually written to the disk before + <c>tab2file</c> returns. Default is <c>{sync, false}</c>.</p> </desc> </func> <func> |