diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:55 +0000 |
commit | 13f017568fa03384dea3a5e39ebfa1a76e758016 (patch) | |
tree | 9919d3f5b7aa25a4e2a777b2908ba893cecac2fa | |
parent | 39beb31640dcca45f7ec58da37fc3f56efe1b321 (diff) | |
download | coreutils-13f017568fa03384dea3a5e39ebfa1a76e758016.tar.xz |
.
-rw-r--r-- | doc/ChangeLog | 10 | ||||
-rw-r--r-- | tests/join/Makefile.am | 2 | ||||
-rw-r--r-- | tests/tail/Makefile.am | 2 | ||||
-rw-r--r-- | tests/test/Makefile.am | 2 | ||||
-rw-r--r-- | tests/tr/Makefile.am | 2 | ||||
-rw-r--r-- | tests/wc/Makefile.am | 2 |
6 files changed, 15 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f087459d0..5dff54000 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2003-05-13 Paul Eggert <eggert@twinsun.com> + + * coreutils.texi (uniq invocation, squeezing, The uniq command): + Use "repeated" rather than "duplicate" to describe adjacent + duplicates; this simplifies the description and makes it more + consistent with POSIX. + (uniq invocation): Make it clear that -d and -u suppress the + output of lines, rather than cause some lines to be output. + Mention what happens if a line lacks enough fields or characters. + 2003-05-13 Jim Meyering <jim@meyering.net> * coreutils.texi (true invocation): Mention that it is possible to diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am index 67678e32c..851be0c9f 100644 --- a/tests/join/Makefile.am +++ b/tests/join/Makefile.am @@ -24,7 +24,7 @@ trailing-sp.E sp-vs-blank.O sp-vs-blank.E 8-bit-t.O 8-bit-t.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/tail/Makefile.am b/tests/tail/Makefile.am index fd33caddd..eb8ff22c3 100644 --- a/tests/tail/Makefile.am +++ b/tests/tail/Makefile.am @@ -24,7 +24,7 @@ n-5.E n-5a.O n-5a.E n-5b.O n-5b.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/test/Makefile.am b/tests/test/Makefile.am index 2177e63f4..dbb36b4d1 100644 --- a/tests/test/Makefile.am +++ b/tests/test/Makefile.am @@ -45,7 +45,7 @@ lt-3.O lt-3.E lt-4.O lt-4.E inv-1.O inv-1.E t1.O t1.E t2.O t2.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index a3ca22856..c927bdfcb 100644 --- a/tests/tr/Makefile.am +++ b/tests/tr/Makefile.am @@ -28,7 +28,7 @@ empty-eq.E empty-cc.O empty-cc.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests diff --git a/tests/wc/Makefile.am b/tests/wc/Makefile.am index 7b230a39c..07a288100 100644 --- a/tests/wc/Makefile.am +++ b/tests/wc/Makefile.am @@ -14,7 +14,7 @@ c2.O c2.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests |