summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-28 20:27:10 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-28 21:49:16 +0000
commite8ff4c6f863c16180dacff74988f0e617f8136d9 (patch)
tree3f4627b380ad6987be8c71183e1f9ed1bbfe7223 /strace.1
parent5c0796f3462b1cf6ef9ed114e255763791d66b78 (diff)
downloadstrace-e8ff4c6f863c16180dacff74988f0e617f8136d9.tar.gz
strace-e8ff4c6f863c16180dacff74988f0e617f8136d9.tar.bz2
strace-e8ff4c6f863c16180dacff74988f0e617f8136d9.tar.xz
Do not suppress signal delivery messages with -qq
Current implementation of -qq does not allow suppressing exit status messages without suppressing signal delivery messages, which is not good. There is a traditional "-e signal=none" syntax that can be used to suppress all signal delivery messages. This partially reverts commit v4.7-222-g01997cf. * strace.c (trace): Do not suppress signal delivery messages with -qq. * strace.1: Update documentation about -qq option.
Diffstat (limited to 'strace.1')
-rw-r--r--strace.13
1 files changed, 1 insertions, 2 deletions
diff --git a/strace.1 b/strace.1
index 9d628a1..5f287d7 100644
--- a/strace.1
+++ b/strace.1
@@ -268,8 +268,7 @@ automatically when output is redirected to a file and the command
is run directly instead of attaching.
.TP
.B \-qq
-If given twice, suppress messages about process exit status and
-signals received.
+If given twice, suppress messages about process exit status.
.TP
.B \-r
Print a relative timestamp upon entry to each system call. This