aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/truss.1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-09 20:47:29 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-09 20:47:29 +0000
commit7096af2e9e2715e8677016baaa05f6afe820645d (patch)
tree2c352bdeee9597bc278b23f9fb3e46896776a52f /usr.bin/truss/truss.1
parentda1cc412c2aa9386940aedfd5f3f4d7c7b83c38f (diff)
downloadsrc-7096af2e9e2715e8677016baaa05f6afe820645d.tar.gz
src-7096af2e9e2715e8677016baaa05f6afe820645d.zip
Let -c imply -S (hide signal output).
Without this, the signals are shown seemingly randomly in the output before the final summary is shown. This is especially noticeable when there is not much output from the application being traced. Discussed with: jhb Relnotes: yes
Notes
Notes: svn path=/head/; revision=289080
Diffstat (limited to 'usr.bin/truss/truss.1')
-rw-r--r--usr.bin/truss/truss.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index 7c148df222e8..fb02cb4e75ab 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -1,6 +1,6 @@
.\" $FreeBSD$
.\"
-.Dd October 5, 2015
+.Dd October 9, 2015
.Dt TRUSS 1
.Os
.Sh NAME
@@ -37,7 +37,7 @@ Show the argument strings that are passed in each
.Xr execve 2
system call.
.It Fl c
-Do not display individual system calls.
+Do not display individual system calls or signals.
Instead, before exiting, print a summary containing for each system call:
the total system time used,
the number of times the call was invoked,