diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-23 23:47:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-23 23:47:37 +0000 |
commit | 7a88cb696fdb0f9ca2ba184bb1f882675121984a (patch) | |
tree | e9339fd486e784e9f36a097e183336ccd229c3fd /doc/ChangeLog | |
parent | 6fe4cc7f919d577b39ea222a87629b11bfeff4dc (diff) | |
download | coreutils-7a88cb696fdb0f9ca2ba184bb1f882675121984a.tar.xz |
nohup diagnostics are now more precise, and nohup now
redirects stderr to nohup.out if stdout is closed and stderr is a tty.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c7ec7300a..359da8e9d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-23 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (nohup invocation): nohup now redirects stderr to + nohup.out if stdout is closed and stderr is a tty. + 2006-03-05 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (dd invocation): New flags directory, nolinks. |