Module Name:    src
Committed By:   joerg
Date:           Fri May 14 16:43:07 UTC 2010

Modified Files:
        src/dist/bzip2: bzip2.1

Log Message:
Programs exit, they don't return values.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/dist/bzip2/bzip2.1

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

Modified files:

Index: src/dist/bzip2/bzip2.1
diff -u src/dist/bzip2/bzip2.1:1.7 src/dist/bzip2/bzip2.1:1.8
--- src/dist/bzip2/bzip2.1:1.7	Fri May 14 12:02:23 2010
+++ src/dist/bzip2/bzip2.1	Fri May 14 16:43:07 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bzip2.1,v 1.7 2010/05/14 12:02:23 wiz Exp $
+.\"	$NetBSD: bzip2.1,v 1.8 2010/05/14 16:43:07 joerg Exp $
 .\"
 .Dd May 14, 2010
 .Dt BZIP2 1
@@ -429,7 +429,7 @@
 I imagine
 .Nm bzip2
 will perform best on machines with very large caches.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 0 for a normal exit, 1 for environmental problems (file not found,
 invalid flags, I/O errors, etc.), 2 to indicate a corrupt compressed
 file, 3 for an internal consistency error (e.g., bug) which caused

Reply via email to