diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-20 20:19:28 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-20 20:19:28 +0000 |
commit | caee2e567f2704c9e70f159955923dbb6a2d392f (patch) | |
tree | 4970e08f00a862e4160b9735a22fa0bba865b53c | |
parent | ba57edcd43cfa90c074ba48469a609045046722d (diff) | |
download | coreutils-caee2e567f2704c9e70f159955923dbb6a2d392f.tar.xz |
Change summary so that it doesn't imply that uniq writes to its input file.
-rw-r--r-- | man/uniq.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/uniq.x b/man/uniq.x index 73723c806..0221d92ab 100644 --- a/man/uniq.x +++ b/man/uniq.x @@ -1,4 +1,4 @@ [NAME] -uniq \- remove duplicate lines from a sorted file +uniq \- report or omit repeated lines [DESCRIPTION] .\" Add any additional description here |