Remove superfluous Pp. Grammar improvement, typo fix, sort sections, fix Xr.

This commit is contained in:
wiz 2009-06-26 09:31:04 +00:00
parent 8615942dc8
commit 0f05513297
1 changed files with 17 additions and 19 deletions

View File

@ -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 @@ Extract files into the specified directory rather than the current
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 @@ Convert the names of the extracted files and directories to lowercase.
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 @@ Exclude files matching the pattern
.Pp
Note that only one of
.Fl n ,
.Fl o
.Fl o ,
and
.Fl u
may be specified.
@ -137,19 +135,8 @@ The
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 @@ It uses the
.Xr archive 3
library developed by
.An Tim Kientzle Aq kientzle@FreeBSD.org .
.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.