diff options
author | Daniel White <[email protected]> | 2015-02-17 14:12:23 +1100 |
---|---|---|
committer | Daniel White <[email protected]> | 2015-02-18 16:11:34 +1100 |
commit | 7b37b460dfb4818941e749030bad33971411a22d (patch) | |
tree | 638fd39f915876fd06605a7d3fa0a4a337fcf4ca /lib/stdlib/doc/src | |
parent | aaa7c91756da6eb4435c9a23f4725dcc1dc147aa (diff) | |
download | otp-7b37b460dfb4818941e749030bad33971411a22d.tar.gz otp-7b37b460dfb4818941e749030bad33971411a22d.tar.bz2 otp-7b37b460dfb4818941e749030bad33971411a22d.zip |
Document the termination semantics of a zip handle
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/zip.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml index 48b376743d..3845ccd09d 100644 --- a/lib/stdlib/doc/src/zip.xml +++ b/lib/stdlib/doc/src/zip.xml @@ -430,6 +430,8 @@ means that subsequently reading files from the archive will be faster than unzipping files one at a time with <c>unzip</c>.</p> <p>The archive must be closed with <c>zip_close/1</c>.</p> + <p>The <c><anno>ZipHandle</anno></c> will be closed if the + process which originally opened the archive dies.</p> </desc> </func> <func> |