summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-15 21:54:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-15 21:54:38 +0000
commit738c09d59c7b1d1c535e77406e0ff29c5b61f5da (patch)
tree3589554dc9db174a0cd40a24cb12c2477e9a7d3f /NEWS
parent9cfc51e083fc55a83161344848fa0ffdc392e127 (diff)
downloadcoreutils-738c09d59c7b1d1c535e77406e0ff29c5b61f5da.tar.xz
nohup now ignores POSIXLY_CORRECT and redirects from /dev/null.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cc8af4452..7e11635f4 100644
--- a/NEWS
+++ b/NEWS
@@ -186,9 +186,8 @@ GNU coreutils NEWS -*- outline -*-
ls no longer outputs an extra space between the mode and the link count
when none of the listed files has an ACL.
- If stdin is a terminal, nohup now closes it and then reopens it with an
- unreadable file descriptor. (This step is skipped if POSIXLY_CORRECT is set.)
- This prevents the command from tying up an OpenSSH session after you logout.
+ If stdin is a terminal, nohup now redirects it from /dev/null to
+ prevent 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.