summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-23 06:01:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-23 06:01:50 +0000
commit4bc27aff4c065dd2fe61d835a79d985995fc1eca (patch)
tree735009b2b35ca1bd2e5709ae68ca3af651869819
parent4e7d4dfd8d46aee70d0d339d44b346c4f738c854 (diff)
downloadcoreutils-4bc27aff4c065dd2fe61d835a79d985995fc1eca.tar.xz
nohup now exits with status 127 (not 1) when given an invalid option.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 107674e0d..9dd559b5f 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ GNU coreutils NEWS -*- outline -*-
nohup now closes stderr if it is a terminal and stdout is closed.
+ nohup now exits with status 127 (not 1) when given an invalid option.
+
pathchk changes:
It now rejects the empty name in the normal case. That is,