Fix typo, drop trailing spaces, mark up path.

--HG--
branch : HEAD
diff --git a/man/zip_open.mdoc b/man/zip_open.mdoc
index 27cea3f..0339a2d 100644
--- a/man/zip_open.mdoc
+++ b/man/zip_open.mdoc
@@ -1,4 +1,4 @@
-.\" $NiH: zip_open.mdoc,v 1.3 2003/10/02 14:20:52 dillo Exp $
+.\" $NiH: zip_open.mdoc,v 1.5 2003/10/02 15:48:47 dillo Exp $
 .\"
 .\" zip_open.mdoc -- open zip archive
 .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
@@ -18,7 +18,7 @@
 .\" 3. The names of the authors may not be used to endorse or promote
 .\"    products derived from this software without specific prior
 .\"    written permission.
-.\" 
+.\"
 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -44,10 +44,12 @@
 .Ft struct zip *
 .Fn zip_open "const char *path" "int flags"
 .Sh DESCRIPTION
-The zip archive specified by path is opened and a pointer to a
+The zip archive specified by
+.Ar path
+is opened and a pointer to a
 .\" XXX: also marks up ,
 .Ft struct zip ,
-used to manipulate the archvie, is returned.
+used to manipulate the archive is returned.
 The
 .Fa flags
 are specified by
@@ -78,7 +80,7 @@
 .Bl -tag -width Er
 .It Bq Er ZERR_EXISTS
 .It Bq Er ZERR_INVAL
-The 
+The
 .Ar path
 argument is
 .Dv NULL .