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 /doc | |
parent | 99bf17613b8e957ab5615e0cc5af2cede49762d7 (diff) | |
download | coreutils-753bb04a601b68ab4ca86a64897be81956bfb207.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/Makefile.in | 1 |
2 files changed, 6 insertions, 0 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 |