compress(1) has an erroneous description of zcat, fixed.
PR: 36453 No objections from: ru
This commit is contained in:
parent
5e7c6e11ad
commit
60e1a0e73c
@ -42,7 +42,6 @@
|
||||
.Sh NAME
|
||||
.Nm compress ,
|
||||
.Nm uncompress ,
|
||||
.Nm zcat
|
||||
.Nd compress and expand data
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
@ -52,8 +51,6 @@
|
||||
.Nm uncompress
|
||||
.Op Fl cfv
|
||||
.Op Ar
|
||||
.Nm zcat
|
||||
.Op Ar
|
||||
.Sh DESCRIPTION
|
||||
.Nm Compress
|
||||
reduces the size of the named files using adaptive Lempel-Ziv coding.
|
||||
@ -74,10 +71,6 @@ files by deleting the
|
||||
.Dq .Z
|
||||
extension.
|
||||
.Pp
|
||||
.Nm Zcat
|
||||
is an alias for
|
||||
.Dq "uncompress -c" .
|
||||
.Pp
|
||||
If renaming the files would cause files to be overwritten and the standard
|
||||
input device is a terminal, the user is prompted (on the standard error
|
||||
output) for confirmation.
|
||||
@ -153,8 +146,14 @@ coding (as used in the historical command pack), or adaptive Huffman
|
||||
coding (as used in the historical command compact), and takes less
|
||||
time to compute.
|
||||
.Sh DIAGNOSTICS
|
||||
.Ex -std compress uncompress zcat
|
||||
.Ex -std compress uncompress
|
||||
.Sh SEE ALSO
|
||||
.Xr gunzip 1 ,
|
||||
.Xr gzexe 1 ,
|
||||
.Xr gzip 1 ,
|
||||
.Xr zcat 1 ,
|
||||
.Xr zmore 1 ,
|
||||
.Xr znew 1
|
||||
.Rs
|
||||
.%A Welch, Terry A.
|
||||
.%D June, 1984
|
||||
|
Loading…
Reference in New Issue
Block a user