Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/compress Add EXIT STATUS section. Use Ex. New senten...



details:   https://anonhg.NetBSD.org/src/rev/c16193f26f4e
branches:  trunk
changeset: 825220:c16193f26f4e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 04 06:58:55 2017 +0000

description:
Add EXIT STATUS section. Use Ex. New sentence, new line.

diffstat:

 usr.bin/compress/compress.1 |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 698beb2da3a3 -r c16193f26f4e usr.bin/compress/compress.1
--- a/usr.bin/compress/compress.1       Tue Jul 04 06:56:50 2017 +0000
+++ b/usr.bin/compress/compress.1       Tue Jul 04 06:58:55 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compress.1,v 1.15 2017/07/03 21:34:18 wiz Exp $
+.\"    $NetBSD: compress.1,v 1.16 2017/07/04 06:58:55 wiz Exp $
 .\"
 .\" Copyright (c) 1986, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -129,8 +129,8 @@
 continues to use the existing code dictionary.
 However, if the compression ratio decreases,
 .Nm
-discards the table of substrings and rebuilds it from scratch.  This allows
-the algorithm to adapt to the next "block" of the file.
+discards the table of substrings and rebuilds it from scratch.
+This allows the algorithm to adapt to the next "block" of the file.
 .Pp
 The
 .Fl b
@@ -152,10 +152,8 @@
 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
-utility exits 0 on success, and >0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std compress
 .Sh SEE ALSO
 .Xr zcat 1
 .Rs



Home | Main Index | Thread Index | Old Index