summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-09 09:14:05 +0000
committerJim Meyering <jim@meyering.net>2000-04-09 09:14:05 +0000
commitb518fdab6149cd9513faaaf73fec66ba774d00d3 (patch)
treeb623e90f728cf704746c9334accb19a3879001f4 /old/textutils
parent290fd86565934dccdb5eadd4f1fc09ea8068c200 (diff)
downloadcoreutils-b518fdab6149cd9513faaaf73fec66ba774d00d3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index bf38b2a72..6e90347fa 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,15 @@
+2000-04-09 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@lucent.com>
* configure.in (AC_CHECK_HEADERS): Remove langinfo.h. Now it's in m4/.