summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-06-17 16:34:47 +0000
committermickey <mickey@openbsd.org>2001-06-17 16:34:47 +0000
commitf29e2573ae59155805fa07e58e8340581e345168 (patch)
tree6595447b7757bc1ebbfda0f9ca4505a6dacd698f
parentVern says: (diff)
downloadwireguard-openbsd-f29e2573ae59155805fa07e58e8340581e345168.tar.xz
wireguard-openbsd-f29e2573ae59155805fa07e58e8340581e345168.zip
mention zcat
-rw-r--r--usr.bin/compress/compress.112
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index bd938122aad..55d1546b880 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.1,v 1.11 2000/03/23 21:10:15 aaron Exp $
+.\" $OpenBSD: compress.1,v 1.12 2001/06/17 16:34:47 mickey Exp $
.\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $
.\"
.\" Copyright (c) 1986, 1990, 1993
@@ -55,6 +55,9 @@
.Op Fl cftoqv
.Op Fl o Ar filename
.Op Ar
+.Nm zcat
+.Op Fl fq
+.Op Ar
.Sh DESCRIPTION
The
.Nm
@@ -78,6 +81,13 @@ files by removing the
.Dq .Z
extension.
.Pp
+The
+.Nm zcat
+is equivalent, by it's functionality, to
+.Nm uncompress
+.Fl c
+command.
+.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.