Fix a TODO:
[doc] zip_source_function: mention that stat is called after close

--HG--
branch : HEAD
diff --git a/man/zip_source_function.man b/man/zip_source_function.man
index 1b7a19b..4a5686b 100644
--- a/man/zip_source_function.man
+++ b/man/zip_source_function.man
@@ -1,5 +1,5 @@
 .\" zip_source_function.mdoc \-- create data source from function
-.\" Copyright (C) 2004-2009 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2004-2011 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.
 .\"
-.TH ZIP_SOURCE_FUNCTION 3 "March 30, 2009" NiH
+.TH ZIP_SOURCE_FUNCTION 3 "March 22, 2011" NiH
 .SH "NAME"
 zip_source_function \- create data source from function
 .SH "LIBRARY"
@@ -94,6 +94,10 @@
 Information only available after the source has been read (e.g. size)
 can be omitted in an earlier call.
 Return sizeof(struct zip_stat) on success, \-1 on error.
+.I NOTE :
+zip_source_function
+may be called with this argument even after being called with
+\fBZIP_SOURCE_CLOSE.\fR
 .TP 21
 \fBZIP_SOURCE_ERROR\fR
 Get error information.