regen.

--HG--
branch : HEAD
diff --git a/man/zip_source_function.man b/man/zip_source_function.man
index b39fd85..2c6fdeb 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.7 2004/12/22 16:21:00 wiz Exp 
-.\" $NiH: zip_source_function.mdoc,v 1.7 2004/12/22 16:21:00 wiz Exp $
+.\" 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 $
 .\"
 .\" zip_source_function.mdoc \-- create data source from function
 .\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
@@ -70,7 +70,8 @@
 .RS
 .TP 21
 \fBZIP_SOURCE_OPEN\fR
-Prepare for reading.  Return 0 on success, \-1 on error.
+Prepare for reading.
+Return 0 on success, \-1 on error.
 .TP 21
 \fBZIP_SOURCE_READ\fR
 Read data into the buffer
@@ -87,19 +88,23 @@
 \fBZIP_SOURCE_STAT\fR
 Get meta information for the input data.
 \fBdata\fR
-points to a struct zip_stat, which should be filled in.  Return 0 on
-success, \-1 on error.
+points to a struct zip_stat, which should be filled in.
+Return 0 on success, \-1 on error.
 .TP 21
 \fBZIP_SOURCE_ERROR\fR
 Get error information.
 \fBdata\fR
 points to an array of two ints, which should be filled with the libzip
 error code and the corresponding system error code for the error that
-occurred.  Return 0.
-.\" XXX: we should document all error codes somewhere
+occurred.
+See
+zip_errors(3)
+for details on the error codes.
+Return 0.
 .TP 21
 \fBZIP_SOURCE_FREE\fR
-Clean up and free all resources.  Return 0.
+Clean up and free all resources.
+Return 0.
 .RE
 .PP
 The library will always issue
@@ -110,8 +115,9 @@
 \fBZIP_SOURCE_CLOSE.\fR
 If the library wishes to read the data again, it will issue
 \fBZIP_SOURCE_OPEN\fR
-a second time.  If the function is unable to provide
-the data again, it should return \-1.
+a second time.
+If the function is unable to provide the data again, it should
+return \-1.
 .PP
 \fBZIP_SOURCE_STAT\fR
 can be issued at any time.
@@ -136,6 +142,7 @@
 Required memory could not be allocated.
 .RE
 .SH "SEE ALSO"
+libzip(3),
 zip_add(3),
 zip_replace(3),
 zip_source_buffer(3),