From 13f017568fa03384dea3a5e39ebfa1a76e758016 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 May 2003 09:50:55 +0000 Subject: [PATCH] . --- doc/ChangeLog | 10 ++++++++++ tests/join/Makefile.am | 2 +- tests/tail/Makefile.am | 2 +- tests/test/Makefile.am | 2 +- tests/tr/Makefile.am | 2 +- tests/wc/Makefile.am | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f087459..5dff540 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2003-05-13 Paul Eggert + + * 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 * coreutils.texi (true invocation): Mention that it is possible to diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am index 67678e3..851be0c 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 fd33cad..eb8ff22 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 2177e63..dbb36b4 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 a3ca228..c927bdf 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 7b230a3..07a2881 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 -- 2.7.4