regen

--HG--
branch : HEAD
diff --git a/man/zip_source_function.man b/man/zip_source_function.man
index fa9f1cc..eaf0aa4 100644
--- a/man/zip_source_function.man
+++ b/man/zip_source_function.man
@@ -1,6 +1,6 @@
 .\" Converted with mdoc2man 0.2
-.\" from NiH: zip_source_function.mdoc,v 1.16 2006/03/25 16:14:59 dillo Exp 
-.\" $NiH: zip_source_function.mdoc,v 1.16 2006/03/25 16:14:59 dillo Exp $
+.\" from NiH: zip_source_function.mdoc,v 1.17 2006/12/16 10:12:58 wiz Exp 
+.\" $NiH: zip_source_function.mdoc,v 1.17 2006/12/16 10:12:58 wiz Exp $
 .\"
 .\" zip_source_function.mdoc \-- create data source from function
 .\" Copyright (C) 2004-2006 Dieter Baron and Thomas Klausner
@@ -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_SOURCE_FUNCTION 3 "March 25, 2006" NiH
+.TH ZIP_SOURCE_FUNCTION 3 "December 16, 2006" NiH
 .SH "NAME"
 zip_source_function \- create data source from function
 .SH "LIBRARY"
@@ -90,6 +90,8 @@
 Get meta information for the input data.
 \fBdata\fR
 points to a struct zip_stat, which should be filled in.
+(See
+zip_stat_init(3). )
 Return sizeof(struct zip_stat) on success, \-1 on error.
 .TP 21
 \fBZIP_SOURCE_ERROR\fR
@@ -150,7 +152,8 @@
 zip_source_file(3),
 zip_source_filep(3),
 zip_source_free(3),
-zip_source_zip(3)
+zip_source_zip(3),
+zip_stat_init(3)
 .SH "AUTHORS"
 
 Dieter Baron <dillo@giga.or.at>