manpage: document new feature of propagating exit code/signal death status.

This commit is contained in:
Denys Vlasenko 2008-12-09 14:15:56 +00:00
parent 62958b2fd9
commit 28e81da91c

View File

@ -113,7 +113,8 @@ by a process and the signals which are received by a process.
The name of each system call, its arguments and its return value
are printed on standard error or to the file specified with the
.B \-o
option.
option. When straced program exits, strace makes exit status
available to the parent process of strace.
.LP
.B strace
is a useful diagnostic, instructional, and debugging tool.