strace.1.in: mention that -c suppresses regular output
As the note that -C makes strace "also print regular output" can be easily overlooked. * strace.1.in (.SS Statistics) <.TP .B \-c>: Mention that -c supresses regular output.
This commit is contained in:
parent
08e1a244eb
commit
e4e34b31ab
@ -324,7 +324,8 @@ and block/character device number associated with device file descriptors.
|
||||
.TP 12
|
||||
.B \-c
|
||||
Count time, calls, and errors for each system call and report a summary on
|
||||
program exit. This attempts to show system time (CPU time spent running
|
||||
program exit, suppressing the regular output.
|
||||
This attempts to show system time (CPU time spent running
|
||||
in the kernel) independent of wall clock time. If
|
||||
.B \-c
|
||||
is used with
|
||||
|
Loading…
x
Reference in New Issue
Block a user