aboutsummaryrefslogtreecommitdiffstats
path: root/strace.1
diff options
context:
space:
mode:
Diffstat (limited to 'strace.1')
-rw-r--r--strace.15
1 files changed, 4 insertions, 1 deletions
diff --git a/strace.1 b/strace.1
index 4d26be52..9a7f7022 100644
--- a/strace.1
+++ b/strace.1
@@ -39,7 +39,7 @@
strace \- trace system calls and signals
.SH SYNOPSIS
.B strace
-[\fB-CdffhiqrtttTvVxxy\fR]
+[\fB-CdffhikqrtttTvVxxy\fR]
[\fB-I\fIn\fR]
[\fB-b\fIexecve\fR]
[\fB-e\fIexpr\fR]...
@@ -262,6 +262,9 @@ Print the help summary.
.B \-i
Print the instruction pointer at the time of the system call.
.TP
+.B \-k
+Print the execution stack trace of the traced processes after each system call.
+.TP
.B \-q
Suppress messages about attaching, detaching etc. This happens
automatically when output is redirected to a file and the command