From bc3b5adccf6c980df3d3881e0aa23a9f4703568e Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 26 Dec 2017 13:49:05 +0100 Subject: [PATCH] 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. --- strace.1.in | 5 +++++ 1 file changed, 5 insertions(+) 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), -- 2.40.0