summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-04-09 20:40:24 +0000
committertrhodes <trhodes@FreeBSD.org>2002-04-09 20:40:24 +0000
commit60e1a0e73c86817ce174a533ea7060f0cae4b8f0 (patch)
tree3b131937b7287ef00b78a0881b4084824bde73db /usr.bin/compress
parent5e7c6e11ad7e43f588675715a75d3f7efd2cac2d (diff)
downloadFreeBSD-src-60e1a0e73c86817ce174a533ea7060f0cae4b8f0.zip
FreeBSD-src-60e1a0e73c86817ce174a533ea7060f0cae4b8f0.tar.gz
compress(1) has an erroneous description of zcat, fixed.
PR: 36453 No objections from: ru
Diffstat (limited to 'usr.bin/compress')
-rw-r--r--usr.bin/compress/compress.115
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index fb779bd..5c88ff6 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -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
OpenPOWER on IntegriCloud