Update argument type.

--HG--
branch : HEAD
diff --git a/man/zip_fread.mdoc b/man/zip_fread.mdoc
index 9735c0d..a6fda73 100644
--- a/man/zip_fread.mdoc
+++ b/man/zip_fread.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_fread.mdoc,v 1.3 2003/10/03 23:36:25 wiz Exp $
+.\" $NiH: zip_fread.mdoc,v 1.4 2005/06/09 18:50:27 wiz Exp $
 .\"
 .\" zip_fread.mdoc -- read from file
 .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
@@ -42,8 +42,7 @@
 .Sh SYNOPSIS
 .In zip.h
 .Ft int
-.\" XXX: buf should be void *
-.Fn zip_fread "struct zip_file *file" "char *buf" "int nbytes"
+.Fn zip_fread "struct zip_file *file" "void *buf" "int nbytes"
 .Sh DESCRIPTION
 The
 .Fn zip_fread