diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index e57b04379..895cea39e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,4 +1,4 @@ -1998-04-04 Jim Meyering <meyering@eng.ascend.com> +1998-04-04 Jim Meyering <meyering@ascend.com> * tests/Makefile.am (SUBDIRS): Add stty. * tests/stty/row-col-1: New file. @@ -13,6 +13,8 @@ Remove #if-0'd block. Move dcl of `fdflags' into scope where it's used. Remove dcl of unused `cp'. + Use "%s", not device_name, as the format string, in case the + latter contains `%'. [1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>] * src/stty.c (valid_options): New function. |