Explicitly mention that zip_close invalidates all state
about the archive.
diff --git a/man/zip_close.mdoc b/man/zip_close.mdoc
index c6239c0..37bde77 100644
--- a/man/zip_close.mdoc
+++ b/man/zip_close.mdoc
@@ -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.
 .\"
-.Dd April 6, 2021
+.Dd April 1, 2022
 .Dt ZIP_CLOSE 3
 .Os
 .Sh NAME
@@ -123,3 +123,11 @@
 .An Dieter Baron Aq Mt dillo@nih.at
 and
 .An Thomas Klausner Aq Mt tk@giga.or.at
+.Sh CAVEATS
+Please note that all indices,
+.Xr zip_stat 3
+information and other data about the archive is invalid after
+.Nm .
+When you open the same file again, it will be a completely new
+.Vt zip_t
+structure.