commit 4888bae455195511be241f120025cc96c6c7ae5e
parent 2e5a02dd26ae3df89b2054e804fcb816c2a50166
Author: sin <sin@2f30.org>
Date: Wed, 11 Feb 2015 15:55:58 +0000
uniq: Add standards section to manpage and update README
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git 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
@@ -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.