Module Name: src
Committed By: wiz
Date: Fri Jun 26 09:31:04 UTC 2009
Modified Files:
src/usr.bin/unzip: unzip.1
Log Message:
Remove superfluous Pp. Grammar improvement, typo fix, sort sections, fix Xr.Ã
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/unzip/unzip.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/unzip/unzip.1
diff -u src/usr.bin/unzip/unzip.1:1.1 src/usr.bin/unzip/unzip.1:1.2
--- src/usr.bin/unzip/unzip.1:1.1 Thu Jun 25 20:27:05 2009
+++ src/usr.bin/unzip/unzip.1 Fri Jun 26 09:31:04 2009
@@ -24,7 +24,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: revision 180125$
-.\" $NetBSD: unzip.1,v 1.1 2009/06/25 20:27:05 joerg Exp $
+.\" $NetBSD: unzip.1,v 1.2 2009/06/26 09:31:04 wiz Exp $
.\"
.Dd June 30, 2008
.Dt UNZIP 1
@@ -39,8 +39,6 @@
.Op Fl x Ar pattern
.Ar zipfile
.Sh DESCRIPTION
-.\" ...
-.Pp
The following options are available:
.Bl -tag -width Fl
.It Fl a
@@ -51,8 +49,8 @@
directory.
.It Fl f
Update existing.
-Extract only files from the zipfile, if a file with the same name
-already exists on disk and is older than the former.
+Extract only files from the zipfile if a file with the same name
+already exists on disk and is older than the former.
Otherwise, the file is silently skipped.
.It Fl j
Ignore directories stored in the zipfile; instead, extract all files
@@ -63,7 +61,7 @@
List, rather than extract, the contents of the zipfile.
.It Fl n
No overwrite.
-When extacting a file from the zipfile, if a file with the same name
+When extracting a file from the zipfile, if a file with the same name
already exists on disk, the file is silently skipped.
.It Fl o
Overwrite.
@@ -88,7 +86,7 @@
.Pp
Note that only one of
.Fl n ,
-.Fl o
+.Fl o ,
and
.Fl u
may be specified.
@@ -137,19 +135,8 @@
utility is only able to process ZIP archives handled by
.Xr libarchive 3 .
Depending on the installed version of
-.Xr libarchive ,
+.Xr libarchive 3 ,
this may or may not include self-extracting archives.
-.Sh BUGS
-The
-.Nm
-utility currently does not support asking the user whether to
-overwrite or skip a file that already exists on disk.
-To be on the safe side, it will fail if it encounters a file that
-already exists and neither the
-.Fl n
-nor the
-.Fl o
-command line option was specified.
.Sh SEE ALSO
.Xr libarchive 3
.Sh HISTORY
@@ -166,3 +153,14 @@
.Xr archive 3
library developed by
.An Tim Kientzle Aq [email protected] .
+.Sh BUGS
+The
+.Nm
+utility currently does not support asking the user whether to
+overwrite or skip a file that already exists on disk.
+To be on the safe side, it will fail if it encounters a file that
+already exists and neither the
+.Fl n
+nor the
+.Fl o
+command line option was specified.