]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: clarify the operation of uniq -uD
authorPádraig Brady <P@draigBrady.com>
Wed, 19 Mar 2014 17:01:28 +0000 (17:01 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 19 Mar 2014 19:07:53 +0000 (19:07 +0000)
commitb010481e1fb24a22c22b6a279e8d24ed3ab4362a
tree9fd32a32555810830068406f68466a519b4462e3
parentc9e410761d03be58f490e9be4196afbdc67974c8
doc: clarify the operation of uniq -uD

The description of -u was inaccurate when combined with -D:

  $ printf '%s\n' '1 a' '2 a' | uniq -uD -f1
  1 a

* doc/coreutils.texi (uniq invocation): Clarify that it's
the last repeated line that is suppressed from the output.

Fixes http://bugs.gnu.org/17022
doc/coreutils.texi