diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-06 08:14:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-06 08:14:34 +0000 |
commit | 63f2e862ea4cf1cdb968825de53a1373014b957f (patch) | |
tree | b863a4371bbc98ed0496b08147778053c94b26c2 /NEWS | |
parent | 3fbe31c0eed04f35fc22a1704408920be91a4eee (diff) | |
download | coreutils-63f2e862ea4cf1cdb968825de53a1373014b957f.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ GNU coreutils NEWS -*- outline -*- descriptor. This avoids some nohup-induced hangs. For example, before this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &', and then exited that remote shell, the ssh session would hang until the - 10-minute sleep terminated. With the fixed nohup, the ssh sessions + 10-minute sleep terminated. With the fixed nohup, the ssh session terminates immediately. `expr' now conforms to POSIX better: |