summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-12-29 21:38:29 +0000
committerjmc <jmc@openbsd.org>2013-12-29 21:38:29 +0000
commit0e99d2a787c261da2198c5e856ade8f35e11f65b (patch)
tree64fa3273967f2c6ade8127a8701178de471456d2
parentupdate sha256(1) to better reflect that it documents sha512 now too. (diff)
downloadwireguard-openbsd-0e99d2a787c261da2198c5e856ade8f35e11f65b.tar.xz
wireguard-openbsd-0e99d2a787c261da2198c5e856ade8f35e11f65b.zip
+.Sh EXIT STATUS
-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 ,