From 4888bae455195511be241f120025cc96c6c7ae5e Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 11 Feb 2015 15:55:58 +0000 Subject: [PATCH] uniq: Add standards section to manpage and update README --- README | 2 +- uniq.1 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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.