From 28e81da91c433575a16a23d797ba6a954df4515f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 9 Dec 2008 14:15:56 +0000 Subject: manpage: document new feature of propagating exit code/signal death status. --- strace.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strace.1') diff --git a/strace.1 b/strace.1 index 02784d0..c1c2538 100644 --- a/strace.1 +++ b/strace.1 @@ -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. -- cgit v1.2.3