uniq: Add standards section to manpage and update README

This commit is contained in:
sin 2015-02-11 15:55:58 +00:00
parent 2e5a02dd26
commit 4888bae455
2 changed files with 7 additions and 1 deletions

2
README
View File

@ -79,7 +79,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=* tty yes none =* tty yes none
=* uname yes none =* uname yes none
#* unexpand yes none #* unexpand yes none
=* uniq no none =* uniq yes none
=* unlink yes none =* unlink yes none
= uudecode no -o = uudecode no -o
= uuencode no -m = uuencode no -m

6
uniq.1
View File

@ -44,3 +44,9 @@ Ignore the first
.Ar chars .Ar chars
characters in each input line when doing comparisons. characters in each input line when doing comparisons.
.El .El
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.