From: Eugene Syromyatnikov Date: Tue, 26 Dec 2017 12:49:05 +0000 (+0100) Subject: strace.1: advertise strace-log-merge X-Git-Tag: v4.21~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc3b5adccf6c980df3d3881e0aa23a9f4703568e;p=strace strace.1: advertise strace-log-merge In order to raise awareness about strace-log-merge, mention it in SEE ALSO section and -ff option description. * strace.1.in (.SS Filtering) <.TP .B \-ff>: Mention strace-log-merge. (.SH "SEE ALSO"): Likewise. --- diff --git a/strace.1.in b/strace.1.in index e366d58a..bf2cae7b 100644 --- a/strace.1.in +++ b/strace.1.in @@ -730,6 +730,10 @@ where pid is the numeric process id of each process. This is incompatible with .BR \-c , since no per-process counts are kept. + +One might want to consider using +.BR strace-log-merge (1) +to obtain a combined strace log view. .TP .BI "\-I " interruptible When strace can be interrupted by signals (such as pressing ^C). @@ -952,6 +956,7 @@ should be reported to the .B strace mailing list at . .SH "SEE ALSO" +.BR strace-log-merge (1), .BR ltrace (1), .BR perf-trace (1), .BR trace-cmd (1),