Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sort Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/c5a4060478f1
branches:  trunk
changeset: 759876:c5a4060478f1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 18 23:36:23 2010 +0000

description:
Sort sections.

diffstat:

 usr.bin/sort/sort.1 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r e29bb4aeaf2a -r c5a4060478f1 usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1       Sat Dec 18 23:09:48 2010 +0000
+++ b/usr.bin/sort/sort.1       Sat Dec 18 23:36:23 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sort.1,v 1.31 2010/12/18 23:09:48 christos Exp $
+.\"    $NetBSD: sort.1,v 1.32 2010/12/18 23:36:23 wiz Exp $
 .\"
 .\" Copyright (c) 2000-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -362,18 +362,6 @@
 which has no
 .Fl k
 equivalent.
-.Sh EXIT STATUS
-Sort exits with one of the following values:
-.Bl -tag -width flag -compact
-.It 0
-Normal behavior.
-.It 1
-On disorder (or non-uniqueness) with the
-.Fl c
-option
-.It 2
-An error occurred.
-.El
 .Sh ENVIRONMENT
 If the following environment variable exists, it is used by
 .Nm .
@@ -400,6 +388,18 @@
 and
 .Xr unlink 2 ) .
 .El
+.Sh EXIT STATUS
+Sort exits with one of the following values:
+.Bl -tag -width flag -compact
+.It 0
+Normal behavior.
+.It 1
+On disorder (or non-uniqueness) with the
+.Fl c
+option
+.It 2
+An error occurred.
+.El
 .Sh SEE ALSO
 .Xr comm 1 ,
 .Xr join 1 ,



Home | Main Index | Thread Index | Old Index