Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2012 06:31:54 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236046 - head/usr.bin/sort
Message-ID:  <201205260631.q4Q6VsCj057008@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Sat May 26 06:31:54 2012
New Revision: 236046
URL: http://svn.freebsd.org/changeset/base/236046

Log:
  mdoc: sort sections into conventional order.

Modified:
  head/usr.bin/sort/sort.1.in

Modified: head/usr.bin/sort/sort.1.in
==============================================================================
--- head/usr.bin/sort/sort.1.in	Sat May 26 06:10:25 2012	(r236045)
+++ head/usr.bin/sort/sort.1.in	Sat May 26 06:31:54 2012	(r236046)
@@ -501,27 +501,6 @@ option is still supported, except for
 which has no
 .Fl k
 equivalent.
-.Sh EXIT STATUS
-The
-.Nm
-utility shall exit with one of the following values:
-.Pp
-.Bl -tag -width flag -compact
-.It 0
-Successfully sorted the input files or if used with
-.Fl c
-or
-.Fl C ,
-the input file already met the sorting criteria.
-.It 1
-On disorder (or non-uniqueness) with the
-.Fl c
-or
-.Fl C
-options.
-.It 2
-An error occurred.
-.El
 .Sh ENVIRONMENT
 .Bl -tag -width Fl
 .It Ev LC_COLLATE
@@ -578,6 +557,27 @@ Temporary files.
 .It Pa /dev/random
 Default seed file for the random sort.
 .El
+.Sh EXIT STATUS
+The
+.Nm
+utility shall exit with one of the following values:
+.Pp
+.Bl -tag -width flag -compact
+.It 0
+Successfully sorted the input files or if used with
+.Fl c
+or
+.Fl C ,
+the input file already met the sorting criteria.
+.It 1
+On disorder (or non-uniqueness) with the
+.Fl c
+or
+.Fl C
+options.
+.It 2
+An error occurred.
+.El
 .Sh SEE ALSO
 .Xr comm 1 ,
 .Xr join 1 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205260631.q4Q6VsCj057008>