From 60e1a0e73c86817ce174a533ea7060f0cae4b8f0 Mon Sep 17 00:00:00 2001 From: trhodes Date: Tue, 9 Apr 2002 20:40:24 +0000 Subject: compress(1) has an erroneous description of zcat, fixed. PR: 36453 No objections from: ru --- usr.bin/compress/compress.1 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'usr.bin/compress') 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 -- cgit v1.1