mdoc: sort sections into conventional order.

This commit is contained in:
Joel Dahl 2012-05-26 06:31:54 +00:00
parent 33853281b4
commit 2dbc3019d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236046

View File

@ -501,27 +501,6 @@ option is still supported, except for
which has no which has no
.Fl k .Fl k
equivalent. 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 .Sh ENVIRONMENT
.Bl -tag -width Fl .Bl -tag -width Fl
.It Ev LC_COLLATE .It Ev LC_COLLATE
@ -578,6 +557,27 @@ Temporary files.
.It Pa /dev/random .It Pa /dev/random
Default seed file for the random sort. Default seed file for the random sort.
.El .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 .Sh SEE ALSO
.Xr comm 1 , .Xr comm 1 ,
.Xr join 1 , .Xr join 1 ,