commit a2554fc05a0731c4e02a57c22cb47e9371988a3d
Author: sin <[email protected]>
Date: Wed Feb 11 15:55:58 2015 +0000
uniq: Add standards section to manpage and update README
diff --git a/README b/README
index 6a6c67c..5b192a8 100644
--- a/README
+++ b/README
@@ -79,7 +79,7 @@ The following tools are implemented ('*' == finished, '#' ==
UTF-8 support,
=* tty yes none
=* uname yes none
#* unexpand yes none
-=* uniq no none
+=* uniq yes none
=* unlink yes none
= uudecode no -o
= uuencode no -m
diff --git a/uniq.1 b/uniq.1
index 720ffe9..c32efe4 100644
--- a/uniq.1
+++ b/uniq.1
@@ -44,3 +44,9 @@ Ignore the first
.Ar chars
characters in each input line when doing comparisons.
.El
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2008
+specification.