input data, not input file
--HG--
branch : HEAD
diff --git a/man/zip_source_function.mdoc b/man/zip_source_function.mdoc
index 116bdfe..e18a27e 100644
--- a/man/zip_source_function.mdoc
+++ b/man/zip_source_function.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_source_function.mdoc,v 1.3 2004/12/10 06:13:16 dillo Exp $
+.\" $NiH: zip_source_function.mdoc,v 1.4 2004/12/15 19:02:13 wiz Exp $
.\"
.\" zip_source_function.mdoc -- create data source from function
.\" Copyright (C) 2004 Dieter Baron and Thomas Klausner
@@ -82,7 +82,7 @@
.It Dv ZIP_CMD_CLOSE
Reading is done.
.It Dv ZIP_CMD_STAT
-Get meta information for the input file.
+Get meta information for the input data.
.Ar data
points to a struct zip_stat, which should be filled in. Return 0 on
success, \-1 on error.