Imported Upstream version 1.2.0
[platform/upstream/libzip.git] / man / zip_fclose.mdoc
index e709e8f..e43cdf5 100644 (file)
@@ -1,5 +1,5 @@
 .\" zip_fclose.mdoc -- close file in zip archive
-.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003-2016 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 3, 2003
+.Dd September 12, 2016
 .Dt ZIP_FCLOSE 3
 .Os
 .Sh NAME
@@ -40,7 +40,7 @@ libzip (-lzip)
 .Sh SYNOPSIS
 .In zip.h
 .Ft int
-.Fn zip_fclose "struct zip_file *file"
+.Fn zip_fclose "zip_file_t *file"
 .Sh DESCRIPTION
 The
 .Fn zip_fclose
@@ -53,9 +53,10 @@ Otherwise, the error code is returned.
 .Sh SEE ALSO
 .Xr libzip 3 ,
 .Xr zip_fopen 3 ,
-.Xr zip_fread 3
+.Xr zip_fread 3 ,
+.Xr zip_fseek 3
 .Sh AUTHORS
 .An -nosplit
-.An Dieter Baron Aq dillo@giga.or.at
+.An Dieter Baron Aq Mt dillo@nih.at
 and
-.An Thomas Klausner Aq tk@giga.or.at
+.An Thomas Klausner Aq Mt tk@giga.or.at