Correct file type detection documentation.

This commit is contained in:
Bastian Kleineidam 2010-03-04 19:51:34 +01:00
parent 0a2260ad61
commit d922873068
1 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ Various archive types can be created, extracted, tested and listed by
\fBpatool\fP. The advantage of patool is its simplicity in handling archive
files without having to remember a myriad of programs and options.
.PP
The archive format is determined by the archive file extension and
as a fallback with file(1).
The archive format is determined by the file(1) program and as a fallback
by the archive file extension.
.PP
\fBpatool\fP supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z),
BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio),
@ -35,8 +35,8 @@ It relies on helper applications to handle those archive formats
.SH COMMANDS
Several commands and options are available.
.SS \fBextract\fP
Extract files from an archive4. Often one wants
to extract all files in an archive to a single subdirectory.
Extract files from an archive. Often one wants to extract all files
in an archive to a single subdirectory.
However, some archives contain multiple files in their root
directories. The patool program overcomes this problem by
first extracting files to a unique (temporary) directory, and