diff options
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 27bd14f9d..d34ba584f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -46,6 +46,9 @@ Mon Jan 24 22:57:18 1994 Jim Meyering (meyering@comco.com) * src/Makefile.in: Use both LDFLAGS and CFLAGS when linking. * man/Makefile.in: Use binprefix as the default manprefix. + * nohup.sh: Redirect usage message to stderr. + From Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. + Thu Jan 13 17:27:38 1994 Jim Meyering (meyering@comco.com) * src/Makefile.in: Change all link commands to use both $(CFLAGS) diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index c659447d8..e22385bd9 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ User visible changes in release 1.9.3 * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work. + Before, with the default settings ^Z did nothing. * stty no longer gives an error message when it finds a spurious difference (due to buggy tcsetattr/tcsetattr) between requested and current tty modes under SunOS 4.1.x. |