mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix typos in sort(1).
This commit is contained in:
parent
29587a27ca
commit
64f4f5701c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ order and exit 1.
|
||||||
.It Fl C, \-check=quiet, \-check=silent
|
.It Fl C, \-check=quiet, \-check=silent
|
||||||
Same as
|
Same as
|
||||||
.Fl c ,
|
.Fl c ,
|
||||||
but write no error to the standard output about the input being out order.
|
but write no error to the standard output about the input being out of order.
|
||||||
.It Fl m, \-merge
|
.It Fl m, \-merge
|
||||||
Merge the presorted input files into a sorted output.
|
Merge the presorted input files into a sorted output.
|
||||||
.It Fl o Ar path , Fl \-output Ns = Ns Ar path
|
.It Fl o Ar path , Fl \-output Ns = Ns Ar path
|
||||||
|
@ -47,7 +47,7 @@ This option is incompatible with
|
||||||
and
|
and
|
||||||
.Fl c .
|
.Fl c .
|
||||||
.It Fl R , \-random-sort
|
.It Fl R , \-random-sort
|
||||||
Sort the lines randomly with an uniform distribution, where all permutations are
|
Sort the lines randomly with a uniform distribution, where all permutations are
|
||||||
equally likely.
|
equally likely.
|
||||||
This option is incompatible with
|
This option is incompatible with
|
||||||
.Fl C
|
.Fl C
|
||||||
|
|
Loading…
Reference in a new issue