diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-16 06:53:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-16 06:53:00 +0000 |
commit | 753bb04a601b68ab4ca86a64897be81956bfb207 (patch) | |
tree | ea56045e42b1ae24b97d49999260c1c51002a3e4 | |
parent | 99bf17613b8e957ab5615e0cc5af2cede49762d7 (diff) | |
download | coreutils-753bb04a601b68ab4ca86a64897be81956bfb207.tar.xz |
.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d78242f7a..6c247d593 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Jim Meyering <meyering@lucent.com> + + * coreutils.texi (du invocation): s/PAT/PATTERN/. + From Martin Michlmayr. + 2002-07-08 Jim Meyering <meyering@lucent.com> * coreutils.texi (cp invocation): Remove unnecessary "$@" in example; diff --git a/doc/Makefile.in b/doc/Makefile.in index f2057e75c..6849e493e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -391,6 +391,7 @@ $(INFO_DEPS): $(EXTRA_DIST) # List words/regexps here that should not appear in the texinfo documentation. check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : + grep '\$$@"' $(srcdir)/*.texi && exit 1 || : @PERL@ -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1 diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 306b633e1..961b32cf8 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -120,7 +120,8 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = dangling-symlink rm1 rm2 rm3 rm4 rm5 \ +TESTS = fail-eperm \ + dangling-symlink rm1 rm2 rm3 rm4 rm5 \ unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ isatty # unreadable empty-name |