diff options
author | 2003-07-20 13:25:52 +0000 | |
---|---|---|
committer | 2003-07-20 13:25:52 +0000 | |
commit | 1b81c5eaa6aa1b3ed8307b7a4be185d9b5577b08 (patch) | |
tree | f5d92da0ed2dd51e0c96954febf0248b2e823fb3 | |
parent | sync (diff) | |
download | wireguard-openbsd-1b81c5eaa6aa1b3ed8307b7a4be185d9b5577b08.tar.xz wireguard-openbsd-1b81c5eaa6aa1b3ed8307b7a4be185d9b5577b08.zip |
document exit values
-rw-r--r-- | usr.bin/compress/compress.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 7b7127db825..5b9c73cd21f 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.21 2003/07/17 20:06:01 millert Exp $ +.\" $OpenBSD: compress.1,v 1.22 2003/07/20 13:25:52 millert Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -318,6 +318,18 @@ 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. .Sh SEE ALSO .Rs .%A Welch, Terry A. |