From 7b37b460dfb4818941e749030bad33971411a22d Mon Sep 17 00:00:00 2001 From: Daniel White Date: Tue, 17 Feb 2015 14:12:23 +1100 Subject: Document the termination semantics of a zip handle --- lib/stdlib/doc/src/zip.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/stdlib') 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 unzip.

The archive must be closed with zip_close/1.

+

The ZipHandle will be closed if the + process which originally opened the archive dies.

-- cgit v1.2.3