From ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Mon, 19 Sep 2011 15:36:08 +0200 Subject: Correct XML files --- lib/stdlib/doc/src/zip.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'lib/stdlib/doc/src/zip.xml') diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml index b03fc7f4e2..cf0d581352 100644 --- a/lib/stdlib/doc/src/zip.xml +++ b/lib/stdlib/doc/src/zip.xml @@ -243,12 +243,10 @@ Extract files from a zip archive -

The -unzip/1 function extracts - all files from a zip archive. The - -unzip/2 function provides options - to extract some files, and more.

+

The unzip/1 function extracts + all files from a zip archive. + The unzip/2 function provides + options to extract some files, and more.

If the Archive argument is given as a binary, the contents of the binary is assumed to be a zip archive, otherwise it should be a filename.

@@ -413,8 +411,8 @@ Open an archive and return a handle to it -

The -zip_open function opens a +

The zip_open function + opens a zip archive, and reads and saves its directory. This means that subsequently reading files from the archive will be faster than unzipping files one at a time with unzip.

@@ -436,8 +434,7 @@ Extract files from an open archive -

The -zip_get function extracts +

The zip_get function extracts one or all files from an open archive.

The files will be unzipped to memory or to file, depending on the options given to the zip_open function when the @@ -448,9 +445,8 @@ Close an open archive -

The -zip_close/1 function closes - a zip archive, previously opened with zip_open. All +

The zip_close/1 function + closes a zip archive, previously opened with zip_open. All resources are closed, and the handle should not be used after closing.

-- cgit v1.2.3