.
authorJim Meyering <jim@meyering.net>
Mon, 17 Feb 1997 01:26:13 +0000 (01:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Feb 1997 01:26:13 +0000 (01:26 +0000)
doc/textutils.texi
old/textutils/ChangeLog

index af3a7f7..6dc8805 100644 (file)
@@ -1630,7 +1630,7 @@ options}.
 If a @var{file} is specified as @samp{-} or if no files are given
 @code{md5sum} computes the checksum for the standard input.
 @code{md5sum} can also determine whether a file and checksum are
-consistent. Synopsis:
+consistent. Synopses:
 
 @example
 md5sum [@var{option}]@dots{} [@var{file}]@dots{}
@@ -1704,7 +1704,7 @@ Treat all input files as text files.  This is the reverse of
 @opindex -w
 @opindex --warn
 @cindex verifying MD5 checksums
-When verifying checksums, warn about improperly formated MD5 checksum lines.
+When verifying checksums, warn about improperly formatted MD5 checksum lines.
 This option is useful only if all but a few lines in the checked input
 are valid.
 
index 3ef954c..6986842 100644 (file)
@@ -1,3 +1,19 @@
+Sun Feb 16 08:30:29 1997  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * tests/pr-test/{tt-0FF, tt-bl, tta3-0FF, ttb3-0FF, tt-FF, tt-t,
+       tta3-FF, ttb3-FF}: New files.  Renamed (s/T/tt/) to avoid name clashes
+       on case-independent filesystems.
+       * tests/pr-test/Test.pm (Tests '7.*'): Reflect file-renaming.
+
+       * src/tail.c (parse_obsolescent_option): Reverse order of args in
+       diagnostic.  Remove `' quotes in diagnostic.
+       (parse_options): Remove `' quotes in diagnostic.
+
+Sat Feb  8 22:43:45 1997  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * src/tail.c (parse_obsolescent_option): Give warning diagnostic for
+       (but now accept) obsolescent usage with more than one file argument.
+
 Sun Feb  2 23:06:59 1997  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/join.c: Move alloca-related preprocessor code into system.h.