diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-01-31 04:25:53 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-01-31 04:25:53 +0000 |
commit | 57f2b343dcf2b59e8b9cad0333ce1a803202c2be (patch) | |
tree | 385c9310a3681e044c51145754b721d60967e3b9 /usr.bin | |
parent | 1b3f2383622f1d99d41cb613ab9937de9d15fdde (diff) |
Document $GZIP environment variable.
OK jmc@ and millert@.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/gzip.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/compress/gzip.1 b/usr.bin/compress/gzip.1 index 7791021cd16..2aaf1a743da 100644 --- a/usr.bin/compress/gzip.1 +++ b/usr.bin/compress/gzip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gzip.1,v 1.1 2007/01/24 10:53:43 jmc Exp $ +.\" $OpenBSD: gzip.1,v 1.2 2007/01/31 04:25:52 ray Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -308,6 +308,16 @@ and .Nm gzcat utilities exit with 0 on success; 1 if an error occurred; or 2 if a warning occurred. +.Sh ENVIRONMENT +.Bl -tag -width Ds +.It Ev GZIP +Options which are passed to +.Nm , +.Nm gunzip , +and +.Nm gzcat +automatically. +.El .Sh SEE ALSO .Xr compress 1 , .Xr gzexe 1 , |