Source-Changes-HG archive

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

[src/trunk]: src/dist/bzip2 Reorder sections.



details:   https://anonhg.NetBSD.org/src/rev/b70508af2ba1
branches:  trunk
changeset: 754855:b70508af2ba1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 16:43:34 2010 +0000

description:
Reorder sections.

diffstat:

 dist/bzip2/bzip2.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 7a5d70ab6343 -r b70508af2ba1 dist/bzip2/bzip2.1
--- a/dist/bzip2/bzip2.1        Fri May 14 16:43:07 2010 +0000
+++ b/dist/bzip2/bzip2.1        Fri May 14 16:43:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bzip2.1,v 1.8 2010/05/14 16:43:07 joerg Exp $
+.\"    $NetBSD: bzip2.1,v 1.9 2010/05/14 16:43:34 joerg Exp $
 .\"
 .Dd May 14, 2010
 .Dt BZIP2 1
@@ -429,12 +429,6 @@
 I imagine
 .Nm bzip2
 will perform best on machines with very large caches.
-.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
-.Nm bzip2
-to panic.
 .Sh ENVIRONMENT
 .Nm bzip2
 will read arguments from the environment variables
@@ -444,6 +438,12 @@
 in that order, and will process them before any arguments read from
 the command line.
 This gives a convenient way to supply default arguments.
+.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
+.Nm bzip2
+to panic.
 .Sh AUTHORS
 .An -nosplit
 .An Julian Seward



Home | Main Index | Thread Index | Old Index