dillo says code has been checked, so remove XXX.

--HG--
branch : HEAD
diff --git a/man/zip_fclose.mdoc b/man/zip_fclose.mdoc
index ed68fc1..f7554d7 100644
--- a/man/zip_fclose.mdoc
+++ b/man/zip_fclose.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_fclose.mdoc,v 1.4 2004/11/30 22:26:56 wiz Exp $
+.\" $NiH: zip_fclose.mdoc,v 1.5 2005/06/09 18:50:27 wiz Exp $
 .\"
 .\" zip_fclose.mdoc -- close file in zip archive
 .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
@@ -52,8 +52,6 @@
 .Sh RETURN VALUES
 Upon successful completion 0 is returned.
 Otherwise, the error code is returned.
-.\" .Sh ERRORS
-.\" XXX: the code needs checking.
 .Sh SEE ALSO
 .Xr libzip 3 ,
 .Xr zip_fopen 3 ,
diff --git a/man/zip_fread.mdoc b/man/zip_fread.mdoc
index a6fda73..9cf6de9 100644
--- a/man/zip_fread.mdoc
+++ b/man/zip_fread.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_fread.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp $
+.\" $NiH: zip_fread.mdoc,v 1.5 2005/06/09 18:53:11 wiz Exp $
 .\"
 .\" zip_fread.mdoc -- read from file
 .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
@@ -55,8 +55,6 @@
 .Sh RETURN VALUES
 If successful, the number of bytes actually read is returned.
 Otherwise, \-1 is returned.
-.\" .Sh ERRORS
-.\" XXX: the code needs checking.
 .Sh SEE ALSO
 .Xr libzip 3 ,
 .Xr zip_fclose 3 ,