diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-17 10:11:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-17 10:11:42 +0000 |
commit | f04d7b8252ef4d6a72f66aa33ee21efde78bff4a (patch) | |
tree | 5b109ec676f269c64fc2f6cde4c2c2e5134ce83d | |
parent | c3a2a9a1cfc4bbb23175c5c8f47d78ba5f7be8f0 (diff) | |
download | coreutils-f04d7b8252ef4d6a72f66aa33ee21efde78bff4a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d77b8aaf1..6a87e9b48 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,12 @@ -2001-09-16 Jim Meyering <meyering@lucent.com> +2001-09-17 Jim Meyering <meyering@lucent.com> * Version 2.0.12. + * src/printf.c (main): Change the `ignoring excess arguments' diagnostic + to list the first one we're ignoring. Suggestion from Karl Berry. + +2001-09-16 Jim Meyering <meyering@lucent.com> + * src/stty.c (usage): Prefix each line with a space, so that help2man produces a better stty.1 man page. From Colin Watson, via Michael Stone. http://bugs.debian.org/95816 |