[hackers] [sbase] Mark sort(1) as POSIX compliant || sin
commit 65159194fb3663cb43f3bfe5c071fa1d3015614f
Author: sin <sin_AT_2f30.org>
AuthorDate: Wed Feb 17 08:38:27 2016 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Wed Feb 17 08:39:11 2016 +0000
Mark sort(1) as POSIX compliant
diff --git a/README b/README
index ce41d19..cddf485 100644
--- a/README
+++ b/README
_AT_@ -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 .
diff --git a/sort.1 b/sort.1
index 52c73dc..bfdce6c 100644
--- a/sort.1
+++ b/sort.1
_AT_@ -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.
Received on Wed Feb 17 2016 - 09:39:16 CET
This archive was generated by hypermail 2.3.0
: Wed Feb 17 2016 - 09:48:21 CET