From c8b6342d3c2a167dec16931815926e9e4387e7ef Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 13 Jan 2005 04:49:19 +0000 Subject: Many small edits. --- man/man1/sort.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man/man1/sort.1') diff --git a/man/man1/sort.1 b/man/man1/sort.1 index eb0d7f46..e68a53fc 100644 --- a/man/man1/sort.1 +++ b/man/man1/sort.1 @@ -19,6 +19,8 @@ sort \- sort and/or merge files .I ,pos2 ] ] ... +.br +\h'0.5in' [ .B -o .I output @@ -210,7 +212,7 @@ This file may be the same as one of the inputs. Put temporary files in .I dir rather than in -.BR /tmp . +.BR /var/tmp . .ne 4 .SH EXAMPLES .TP @@ -236,7 +238,7 @@ grep -n '^' input | sort -t: +1f +0n | sed 's/[0-9]*://' A stable sort: input lines that compare equal will come out in their original order. .SH FILES -.BI /tmp/sort. . +.BI /var/tmp/sort. . .SH SOURCE .B \*9/src/cmd/sort.c .SH SEE ALSO -- cgit v1.2.3