zip_ftell now supports compressed data
diff --git a/man/zip_ftell.mdoc b/man/zip_ftell.mdoc
index 2638d5d..c948471 100644
--- a/man/zip_ftell.mdoc
+++ b/man/zip_ftell.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 December 18, 2017
+.Dd July 21, 2020
 .Dt ZIP_FTELL 3
 .Os
 .Sh NAME
@@ -45,10 +45,6 @@
 The
 .Fn zip_ftell
 function reports the current offset in the file.
-.Pp
-.Nm
-only works on uncompressed (stored) data.
-When called on compressed data it will return an error.
 .Sh RETURN VALUES
 If successful,
 .Nm