Mark sort(1) as POSIX compliant

This commit is contained in:
sin 2016-02-17 08:38:27 +00:00
parent 1e81e214d6
commit 65159194fb
2 changed files with 7 additions and 1 deletions

2
README
View File

@ -75,7 +75,7 @@ The following tools are implemented:
=*|x sha256sum .
=*|x sha512sum .
=*|o sleep .
#*|o sort (-d, -f, -i)
#*|o sort .
=*|o split .
=*|x sponge .
#*|o strings .

6
sort.1
View File

@ -92,3 +92,9 @@ as the field delimiter.
.It Fl u
Print equal lines only once.
.El
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2013
specification.