summaryrefslogtreecommitdiff
path: root/usr.bin/compress/compress.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-22 09:30:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-22 09:30:52 +0000
commitd8fc7733594f26dd9eb94131d02c7f02103552b9 (patch)
tree47861938ead2893f98939c76b9c7279fe248b48a /usr.bin/compress/compress.1
parent9a19846bedcd7a71cedffa5ffb123ac25132fdc1 (diff)
somehow we managed to document the exit status of these apps twice,
in slightly different ways: merge it all into one bit; RETURN VALUES section header removed since strictly speaking this is not for section one apps; help from otto@
Diffstat (limited to 'usr.bin/compress/compress.1')
-rw-r--r--usr.bin/compress/compress.122
1 files changed, 3 insertions, 19 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index b8dbcff322e..e51c21157c2 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.1,v 1.33 2005/07/22 09:02:42 jmc Exp $
+.\" $OpenBSD: compress.1,v 1.34 2005/07/22 09:30:51 jmc Exp $
.\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $
.\"
.\" Copyright (c) 1986, 1990, 1993
@@ -356,24 +356,8 @@ The
.Nm
and
.Nm gzip
-utilities exit with 0 on success, 1 if an error occurred, or 2 if one or
-more files were not compressed because they would have grown in
-size (and
-.Fl f
-was not specified).
-.Sh RETURN VALUES
-The
-.Nm
-utility exits with one of the following values:
-.Pp
-.Bl -tag -width flag -compact
-.It Li 0
-The file was compressed successfully.
-.It Li 1
-An error occurred.
-.It Li 2
-A warning occurred.
-.El
+utilities exit with 0 on success; 1 if an error occurred;
+or 2 if a warning occurred.
.Sh SEE ALSO
.Xr gzexe 1 ,
.Xr zdiff 1 ,