summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-12-29 21:38:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-12-29 21:38:30 +0000
commitd9781ba6cff457cc23cb74532894ac12cecd6a8b (patch)
tree3ae739403da06ca7505c2ebd10a9d328da281a59 /usr.bin
parentc11351b4c4304b32410abbfc65774e6c5ec37e0d (diff)
+.Sh EXIT STATUS
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/gzip.120
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/compress/gzip.1 b/usr.bin/compress/gzip.1
index 855de80d43b..55910b78366 100644
--- a/usr.bin/compress/gzip.1
+++ b/usr.bin/compress/gzip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gzip.1,v 1.9 2012/09/26 16:12:13 jmc Exp $
+.\" $OpenBSD: gzip.1,v 1.10 2013/12/29 21:38:29 jmc Exp $
.\"
.\" Copyright (c) 1986, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)compress.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: September 26 2012 $
+.Dd $Mdocdate: December 29 2013 $
.Dt GZIP 1
.Os
.Sh NAME
@@ -305,14 +305,6 @@ Compression is generally much better than that achieved by Huffman
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.
-.Pp
-The
-.Nm gzip ,
-.Nm gunzip ,
-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
@@ -323,6 +315,14 @@ and
.Nm gzcat
automatically.
.El
+.Sh EXIT STATUS
+The
+.Nm gzip ,
+.Nm gunzip ,
+and
+.Nm gzcat
+utilities exit with 0 on success; 1 if an error occurred;
+or 2 if a warning occurred.
.Sh SEE ALSO
.Xr compress 1 ,
.Xr gzexe 1 ,