Document zip_stat_init.
--HG--
branch : HEAD
diff --git a/man/zip_source_function.mdoc b/man/zip_source_function.mdoc
index 6e5af20..0c33541 100644
--- a/man/zip_source_function.mdoc
+++ b/man/zip_source_function.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_source_function.mdoc,v 1.15 2006/03/25 11:23:36 wiz Exp $
+.\" $NiH: zip_source_function.mdoc,v 1.16 2006/03/25 16:14:59 dillo Exp $
.\"
.\" zip_source_function.mdoc -- create data source from function
.\" Copyright (C) 2004-2006 Dieter Baron and Thomas Klausner
@@ -31,7 +31,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 25, 2006
+.Dd December 16, 2006
.Dt ZIP_SOURCE_FUNCTION 3
.Os
.Sh NAME
@@ -86,6 +86,8 @@
Get meta information for the input data.
.Ar data
points to a struct zip_stat, which should be filled in.
+(See
+.Xr zip_stat_init 3 . )
Return sizeof(struct zip_stat) on success, \-1 on error.
.It Dv ZIP_SOURCE_ERROR
Get error information.
@@ -143,7 +145,8 @@
.Xr zip_source_file 3 ,
.Xr zip_source_filep 3 ,
.Xr zip_source_free 3 ,
-.Xr zip_source_zip 3
+.Xr zip_source_zip 3 ,
+.Xr zip_stat_init 3
.Sh AUTHORS
.An -nosplit
.An Dieter Baron Aq dillo@giga.or.at