move sections so that the order is more like the one specified by

mdoc.samples(7)
This commit is contained in:
jdolecek 2001-02-07 21:13:36 +00:00
parent 4f8a23e8ac
commit 1370376fed

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sort.1,v 1.12 2001/02/07 21:00:05 jdolecek Exp $
.\" $NetBSD: sort.1,v 1.13 2001/02/07 21:13:36 jdolecek Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -334,10 +334,6 @@ option is still supported, except for
which has no
.Fl k
equivalent.
.Sh SEE ALSO
.Xr comm 1 ,
.Xr uniq 1 ,
.Xr join 1
.Sh RETURN VALUES
Sort exits with one of the following values:
.Bl -tag -width flag -compact
@ -350,11 +346,10 @@ option
.It 2
an error occurred.
.El
.Sh BUGS
To sort files larger than 60Mb, use
.Nm
.Fl H ;
files larger than 704Mb must be sorted in smaller pieces, then merged.
.Sh SEE ALSO
.Xr comm 1 ,
.Xr uniq 1 ,
.Xr join 1
.Sh HISTORY
A
.Nm
@ -366,6 +361,11 @@ implementation appeared in
.Bx 4.4
and is used since
.Nx 1.6 .
.Sh BUGS
To sort files larger than 60Mb, use
.Nm
.Fl H ;
files larger than 704Mb must be sorted in smaller pieces, then merged.
.Sh NOTES
This
.Nm