summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-05-13 11:30:55 +0100
committerDmitry V. Levin <ldv@altlinux.org>2013-05-13 14:11:31 +0000
commit01997cf32d4492b9898283ced45e8a4a6fd161b8 (patch)
treef2ed4dc0c0519a09ad975fec55b95ae50e6791e6 /strace.1
parent8190912d2e97c9d18de65dc8a6fbd93750642bd3 (diff)
downloadstrace-01997cf32d4492b9898283ced45e8a4a6fd161b8.tar.gz
strace-01997cf32d4492b9898283ced45e8a4a6fd161b8.tar.bz2
strace-01997cf32d4492b9898283ced45e8a4a6fd161b8.tar.xz
Allow -q to be repeated for very quiet output
Even with the -q flag specified, tracing output is still mixed with messages about signals and process exit status, which is often irrelevant. Allow the -q option to be repeated to force the suppression of signals / exit status info too. * defs.h: Change 'qflag' from 'bool' to 'unsigned int'. * strace.1: Document ability to repeat '-q' option. * strace.c: Allow '-q' to be repeated to quieten process exit status and signal messages. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'strace.1')
-rw-r--r--strace.14
1 files changed, 4 insertions, 0 deletions
diff --git a/strace.1 b/strace.1
index 00ca03c..9d628a1 100644
--- a/strace.1
+++ b/strace.1
@@ -267,6 +267,10 @@ Suppress messages about attaching, detaching etc. This happens
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.
+.TP
.B \-r
Print a relative timestamp upon entry to each system call. This
records the time difference between the beginning of successive