diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-12 09:23:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-12 09:23:56 +0000 |
commit | 5a1ef0fd7918a9b740dde4d70d640c96d570d28a (patch) | |
tree | cf6ce79467b45c3832c392cf9b904b776938e3e2 | |
parent | 83ef1d691124994112cdd306235e08f69998897b (diff) | |
download | coreutils-5a1ef0fd7918a9b740dde4d70d640c96d570d28a.tar.xz |
nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -139,6 +139,9 @@ GNU coreutils NEWS -*- outline -*- join now supports a NUL field separator, e.g., "join -t '\0'". join now detects and reports incompatible options, e.g., "join -t x -t y", + nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set. + This prevents the command from tying up an OpenSSH session after you logout. + stat -f -c %S outputs the fundamental block size (used for block counts). stat -f's default output format has been changed to output this size as well. stat -f recognizes file systems of type XFS and JFS |