Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sort move sections so that the order is more like th...
details: https://anonhg.NetBSD.org/src/rev/199dcee62494
branches: trunk
changeset: 503527:199dcee62494
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Feb 07 21:13:36 2001 +0000
description:
move sections so that the order is more like the one specified by
mdoc.samples(7)
diffstat:
usr.bin/sort/sort.1 | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r 1751d98e1bf0 -r 199dcee62494 usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1 Wed Feb 07 21:00:05 2001 +0000
+++ b/usr.bin/sort/sort.1 Wed Feb 07 21:13:36 2001 +0000
@@ -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 @@
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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index