regen.

--HG--
branch : HEAD
diff --git a/man/zip_add.man b/man/zip_add.man
index 5762592..854f034 100644
--- a/man/zip_add.man
+++ b/man/zip_add.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_add.mdoc,v 1.6 2005/06/09 18:49:54 wiz Exp 
-.\" $NiH: zip_add.mdoc,v 1.6 2005/06/09 18:49:54 wiz Exp $
+.\" from NiH: zip_add.mdoc,v 1.7 2005/06/09 19:51:22 wiz Exp 
+.\" $NiH: zip_add.mdoc,v 1.7 2005/06/09 19:51:22 wiz Exp $
 .\"
 .\" zip_add.mdoc \-- add files to zip archive
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_close.man b/man/zip_close.man
index 8679d8a..9bcef4c 100644
--- a/man/zip_close.man
+++ b/man/zip_close.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_close.mdoc,v 1.9 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_close.mdoc,v 1.9 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_close.mdoc,v 1.12 2005/06/09 19:51:22 wiz Exp 
+.\" $NiH: zip_close.mdoc,v 1.12 2005/06/09 19:51:22 wiz Exp $
 .\"
 .\" zip_close.mdoc \-- close zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -33,7 +33,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_CLOSE 3 "October 3, 2003" NiH
+.TH ZIP_CLOSE 3 "June 9, 2005" NiH
 .SH "NAME"
 zip_close \- close zip archive
 .SH "LIBRARY"
@@ -65,6 +65,13 @@
 will fail if:
 .RS
 .TP 4
+Bq Er ZIP_ER_EOF
+Unexpected end-of-file found while reading from a file.
+.TP 4
+Bq Er ZIP_ER_INTERNAL
+The callback function of an added or replaced file returned an
+error but failed to report which.
+.TP 4
 Bq Er ZIP_ER_INVAL
 The
 \fBpath\fR
@@ -91,8 +98,13 @@
 .TP 4
 Bq Er ZIP_ER_WRITE
 A file write failed.
-.\" XXX: list incomplete: add_data, copy_data
+.TP 4
+Bq Er ZIP_ER_ZLIB
+An error occurred while (de)compressing a stream with
+zlib(3).
 .RE
+Additionally, any errors returned by the callback function
+for added or replaced files will be passed back.
 .SH "SEE ALSO"
 libzip(3),
 zip_error_get(3),
diff --git a/man/zip_delete.man b/man/zip_delete.man
index 1119fb5..6696dc5 100644
--- a/man/zip_delete.man
+++ b/man/zip_delete.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_delete.mdoc,v 1.7 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_delete.mdoc,v 1.7 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_delete.mdoc,v 1.9 2005/06/09 19:51:22 wiz Exp 
+.\" $NiH: zip_delete.mdoc,v 1.9 2005/06/09 19:51:22 wiz Exp $
 .\"
 .\" zip_delete.mdoc \-- delete files from zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -62,7 +62,6 @@
 \fBindex\fR
 is not a valid file index in
 \fBarchive.\fR
-.\: XXX: also ch_func ZIP_CMD_CLOSE errors
 .RE
 .SH "SEE ALSO"
 libzip(3),
diff --git a/man/zip_error_get.man b/man/zip_error_get.man
index 3e9dd1f..18880c2 100644
--- a/man/zip_error_get.man
+++ b/man/zip_error_get.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_error_get.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_error_get.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_error_get.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_error_get.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_error_get.mdoc \-- get error codes for archive or file
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_error_get_sys_type.man b/man/zip_error_get_sys_type.man
index 861ba21..91a6a35 100644
--- a/man/zip_error_get_sys_type.man
+++ b/man/zip_error_get_sys_type.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_error_get_sys_type.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_error_get_sys_type.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_error_get_sys_type.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_error_get_sys_type.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_error_get_sys_type.mdoc \-- get type of error
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_error_to_str.man b/man/zip_error_to_str.man
index 554d58a..cca8279 100644
--- a/man/zip_error_to_str.man
+++ b/man/zip_error_to_str.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_error_to_str.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_error_to_str.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_error_to_str.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_error_to_str.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_error_to_str.mdoc \-- get string representation of zip error code
-.\" Copyright (C) 2003, 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_fclose.man b/man/zip_fclose.man
index 3c88caa..b9aba08 100644
--- a/man/zip_fclose.man
+++ b/man/zip_fclose.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_fclose.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_fclose.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_fclose.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_fclose.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_fclose.mdoc \-- close file in zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -51,8 +51,6 @@
 .SH "RETURN VALUES"
 Upon successful completion 0 is returned.
 Otherwise, the error code is returned.
-.\".SH "ERRORS"
-.\" XXX: the code needs checking.
 .SH "SEE ALSO"
 libzip(3),
 zip_fopen(3),
diff --git a/man/zip_file_strerror.man b/man/zip_file_strerror.man
index 963fd05..c0f67bc 100644
--- a/man/zip_file_strerror.man
+++ b/man/zip_file_strerror.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_file_strerror.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_file_strerror.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_file_strerror.mdoc,v 1.5 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_file_strerror.mdoc,v 1.5 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_file_strerror.mdoc \-- get string representation for a zip error
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_fopen.man b/man/zip_fopen.man
index d6581f7..e6782ba 100644
--- a/man/zip_fopen.man
+++ b/man/zip_fopen.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_fopen.mdoc,v 1.11 2005/06/09 18:54:24 wiz Exp 
-.\" $NiH: zip_fopen.mdoc,v 1.11 2005/06/09 18:54:24 wiz Exp $
+.\" from NiH: zip_fopen.mdoc,v 1.12 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_fopen.mdoc,v 1.12 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_fopen.mdoc \-- open file in zip archive for reading
-.\" Copyright (C) 2003, 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_fread.man b/man/zip_fread.man
index 3a7ec7e..9033e08 100644
--- a/man/zip_fread.man
+++ b/man/zip_fread.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_fread.mdoc,v 1.5 2005/06/09 18:53:11 wiz Exp 
-.\" $NiH: zip_fread.mdoc,v 1.5 2005/06/09 18:53:11 wiz Exp $
+.\" from NiH: zip_fread.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_fread.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_fread.mdoc \-- read from file
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -54,8 +54,6 @@
 .SH "RETURN VALUES"
 If successful, the number of bytes actually read is returned.
 Otherwise, \-1 is returned.
-.\".SH "ERRORS"
-.\" XXX: the code needs checking.
 .SH "SEE ALSO"
 libzip(3),
 zip_fclose(3),
diff --git a/man/zip_get_num_files.man b/man/zip_get_num_files.man
index 25a35ce..0c3dbc0 100644
--- a/man/zip_get_num_files.man
+++ b/man/zip_get_num_files.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_get_num_files.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_get_num_files.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_get_num_files.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_get_num_files.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_get_num_files.mdoc \-- get number of files in archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_name_locate.man b/man/zip_name_locate.man
index 6dfab1e..43dfb92 100644
--- a/man/zip_name_locate.man
+++ b/man/zip_name_locate.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_name_locate.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_name_locate.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_name_locate.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_name_locate.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_name_locate.mdoc \-- get index of file by name
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_open.man b/man/zip_open.man
index 5278d3a..7701bb8 100644
--- a/man/zip_open.man
+++ b/man/zip_open.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_open.mdoc,v 1.19 2005/06/09 18:51:48 wiz Exp 
-.\" $NiH: zip_open.mdoc,v 1.19 2005/06/09 18:51:48 wiz Exp $
+.\" from NiH: zip_open.mdoc,v 1.20 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_open.mdoc,v 1.20 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_open.mdoc \-- open zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_rename.man b/man/zip_rename.man
index 8ad397f..2ceb579 100644
--- a/man/zip_rename.man
+++ b/man/zip_rename.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_rename.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_rename.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_rename.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_rename.mdoc,v 1.6 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_rename.mdoc \-- rename file in zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_buffer.man b/man/zip_source_buffer.man
index a92ba5e..4faa8ce 100644
--- a/man/zip_source_buffer.man
+++ b/man/zip_source_buffer.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_buffer.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_source_buffer.mdoc,v 1.2 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_source_buffer.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_buffer.mdoc,v 1.3 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_buffer.mdoc \-- create zip data source from buffer
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_file.man b/man/zip_source_file.man
index 0810060..92b0ac7 100644
--- a/man/zip_source_file.man
+++ b/man/zip_source_file.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_file.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_source_file.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_source_file.mdoc,v 1.5 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_file.mdoc,v 1.5 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_file.mdoc \-- create data source from a file
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_filep.man b/man/zip_source_filep.man
index 5469b06..f4a76b9 100644
--- a/man/zip_source_filep.man
+++ b/man/zip_source_filep.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_filep.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_source_filep.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_source_filep.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_filep.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_filep.mdoc \-- create data source from a file stream
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_free.man b/man/zip_source_free.man
index ee199bf..8aab71b 100644
--- a/man/zip_source_free.man
+++ b/man/zip_source_free.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_free.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_source_free.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_source_free.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_free.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_free.mdoc \-- free zip data source
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_function.man b/man/zip_source_function.man
index 2c6fdeb..2fda848 100644
--- a/man/zip_source_function.man
+++ b/man/zip_source_function.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_function.mdoc,v 1.10 2005/06/09 18:56:15 wiz Exp 
-.\" $NiH: zip_source_function.mdoc,v 1.10 2005/06/09 18:56:15 wiz Exp $
+.\" from NiH: zip_source_function.mdoc,v 1.11 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_function.mdoc,v 1.11 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_function.mdoc \-- create data source from function
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_source_zip.man b/man/zip_source_zip.man
index 1a7b0b9..dada268 100644
--- a/man/zip_source_zip.man
+++ b/man/zip_source_zip.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_zip.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_source_zip.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_source_zip.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_source_zip.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_source_zip.mdoc \-- create data source from zip file
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zip_stat.man b/man/zip_stat.man
index 4a01fa2..6ba7ace 100644
--- a/man/zip_stat.man
+++ b/man/zip_stat.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_stat.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_stat.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_stat.mdoc,v 1.8 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_stat.mdoc,v 1.8 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_stat.mdoc \-- get information about file
-.\" Copyright (C) 2003, 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -33,7 +33,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_STAT 3 "April 14, 2004" NiH
+.TH ZIP_STAT 3 "June 9, 2005" NiH
 .SH "NAME"
 zip_stat , \- .Nm zip_stat_index
 get information about file
@@ -96,13 +96,17 @@
 zip_name_locate(3).
 .PP
 The function
-.Fn zip_stata_index
+.Fn zip_stat_index
 fails and sets the error information to
 .Er ZIP_ER_INVAL
 if
 \fBindex\fR
 is invalid.
-.\" XXX: ZIP_ER_CHANGED
+If
+\fBZIP_FL_UNCHANGED\fR
+is not set and no information can be obtained from the source
+callback, the error information is set to
+.Er ZIP_ER_CHANGED.
 .SH "SEE ALSO"
 libzip(3),
 zip_name_locate(3)
diff --git a/man/zip_unchange.man b/man/zip_unchange.man
index 432672a..c42e6f6 100644
--- a/man/zip_unchange.man
+++ b/man/zip_unchange.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_unchange.mdoc,v 1.7 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_unchange.mdoc,v 1.7 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_unchange.mdoc,v 1.9 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_unchange.mdoc,v 1.9 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_unchange.mdoc \-- undo changes to file in zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -63,7 +63,6 @@
 \fBindex\fR
 is not a valid file index in
 \fBzip.\fR
-.\: XXX: also ch_func ZIP_CMD_CLOSE errors
 .RE
 .SH "SEE ALSO"
 libzip(3),
diff --git a/man/zip_unchange_all.man b/man/zip_unchange_all.man
index afb5b7a..de353ea 100644
--- a/man/zip_unchange_all.man
+++ b/man/zip_unchange_all.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_unchange_all.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zip_unchange_all.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zip_unchange_all.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zip_unchange_all.mdoc,v 1.7 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zip_unchange_all.mdoc \-- undo changes to all files in zip archive
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
@@ -51,8 +51,6 @@
 Otherwise, \-1 is returned and the error code in
 \fBarchive\fR
 is set to indicate the error.
-.\".SH "ERRORS"
-.\: XXX: ch_func ZIP_CMD_CLOSE errors
 .RE
 .SH "SEE ALSO"
 libzip(3),
diff --git a/man/zipcmp.man b/man/zipcmp.man
index a1259ac..6fc029b 100644
--- a/man/zipcmp.man
+++ b/man/zipcmp.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zipcmp.mdoc,v 1.9 2005/06/09 18:50:16 wiz Exp 
-.\" $NiH: zipcmp.mdoc,v 1.9 2005/06/09 18:50:16 wiz Exp $
+.\" from NiH: zipcmp.mdoc,v 1.10 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zipcmp.mdoc,v 1.10 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zipcmp.mdoc \-- compare zip archives
-.\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>
diff --git a/man/zipmerge.man b/man/zipmerge.man
index 0c891fc..c64c235 100644
--- a/man/zipmerge.man
+++ b/man/zipmerge.man
@@ -1,9 +1,9 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zipmerge.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp 
-.\" $NiH: zipmerge.mdoc,v 1.3 2005/06/09 18:50:27 wiz Exp $
+.\" from NiH: zipmerge.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp 
+.\" $NiH: zipmerge.mdoc,v 1.4 2005/06/09 19:51:23 wiz Exp $
 .\"
 .\" zipmerge.mdoc \-- merge zip archives
-.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <nih@giga.or.at>