summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-07-29 17:51:54 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-07-29 22:47:46 +0000
commitb9bc216fddd7bf714c495031d6abd407fe381705 (patch)
tree629b7598182df69b58f19329489a449c2bc3cb7e /NEWS
parent2ddb73ddd3ce1b3dabbe4dcafeaabbb04dd90d06 (diff)
downloadstrace-b9bc216fddd7bf714c495031d6abd407fe381705.tar.gz
Set exit status to 1 if strace has not traced any processes
* strace.c (main): Initialize exit_code with 1 when no processes has been attached. * strace.1: Document it. * NEWS: Mention this change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 19a870df6..e1fb23ec3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Noteworthy changes in release ?.?? (????-??-??)
===============================================
+* Changes in behavior
+ * When using -p option without a command and no processes has been attached,
+ strace exits with exit status 1.
+
Noteworthy changes in release 4.13 (2016-07-26)
===============================================