From: Jim Meyering Date: Sun, 9 Apr 2000 09:14:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b518fdab6149cd9513faaaf73fec66ba774d00d3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index bf38b2a726..6e90347fa2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +2000-04-09 Jim Meyering + + * doc/textutils.texi: Include constants.texi. + (tail invocation): Use `@value's instead of referring to the + output of `tail --help' for defaults. + * doc/Makefile.am (constants.texi): New rule. + (CLEANFILES): Add constants.texi. + (textutils.dvi, textutils.info): Depend on constants.texi. + + * src/tail.c (usage): Clarify descriptions of the --max-* options. + From Karl Berry. + 2000-04-03 Jim Meyering * configure.in (AC_CHECK_HEADERS): Remove langinfo.h. Now it's in m4/.