diff options
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 |