Add man page for zip_fdopen, based on zip_open one. Add links to it and add it to infrastructure. --HG-- branch : HEAD
diff --git a/man/zip_open.mdoc b/man/zip_open.mdoc index 79c7bbf..1f1a556 100644 --- a/man/zip_open.mdoc +++ b/man/zip_open.mdoc
@@ -1,5 +1,5 @@ .\" zip_open.mdoc -- open zip archive -.\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2009 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. .\" The authors can be contacted at <libzip@nih.at> @@ -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 27, 2003 +.Dd February 15, 2009 .Dt ZIP_OPEN 3 .Os .Sh NAME @@ -126,7 +126,8 @@ .Sh SEE ALSO .Xr libzip 3 , .Xr zip_close 3 , -.Xr zip_error_to_str 3 +.Xr zip_error_to_str 3 , +.Xr zip_fdopen 3 .Sh AUTHORS .An -nosplit .An Dieter Baron Aq dillo@giga.or.at