summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-05-26 06:31:54 +0000
committerjoel <joel@FreeBSD.org>2012-05-26 06:31:54 +0000
commit4f1c4001e841ceff0695420c7b69a3d3c178830f (patch)
treefe50dbec048fe53e84f9250b880a84610bab7d43 /usr.bin
parentf81e3f6141be848509bb1ffea865f3573c2c25eb (diff)
downloadFreeBSD-src-4f1c4001e841ceff0695420c7b69a3d3c178830f.zip
FreeBSD-src-4f1c4001e841ceff0695420c7b69a3d3c178830f.tar.gz
mdoc: sort sections into conventional order.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/sort.1.in42
1 files changed, 21 insertions, 21 deletions
diff --git a/usr.bin/sort/sort.1.in b/usr.bin/sort/sort.1.in
index 12f63ec..8980061 100644
--- a/usr.bin/sort/sort.1.in
+++ b/usr.bin/sort/sort.1.in
@@ -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 ,
OpenPOWER on IntegriCloud