Module Name:    src
Committed By:   wiz
Date:           Tue Jul  4 06:58:55 UTC 2017

Modified Files:
        src/usr.bin/compress: compress.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/compress/compress.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/compress/compress.1
diff -u src/usr.bin/compress/compress.1:1.15 src/usr.bin/compress/compress.1:1.16
--- src/usr.bin/compress/compress.1:1.15	Mon Jul  3 21:34:18 2017
+++ src/usr.bin/compress/compress.1	Tue Jul  4 06:58:55 2017
@@ -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 @@ If it is increasing,
 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 @@ Compression is generally much better tha
 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

Reply via email to