diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
commit | a866e170777b42fd7921eadd6e7e664f3a031d60 (patch) | |
tree | f5a5fbfda9358c31fa2746d0671fe366bb17d243 /usr.bin/compress | |
parent | e8cde1ac6ff037d232538a4e35b007b4ece89a9a (diff) | |
download | src-test2-a866e170777b42fd7921eadd6e7e664f3a031d60.tar.gz src-test2-a866e170777b42fd7921eadd6e7e664f3a031d60.zip |
Notes
Diffstat (limited to 'usr.bin/compress')
-rw-r--r-- | usr.bin/compress/compress.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index c74f17ac67e6..016078d42b09 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -152,7 +152,7 @@ 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. -.Sh DIAGNOSTICS +.Sh EXIT STATUS .Ex -std compress uncompress .Pp The |