Blame SOURCES/strace-rh948577.patch

668e95
diff -Nrup a/Makefile.am b/Makefile.am
668e95
--- a/Makefile.am	2016-07-22 16:46:33.000000000 -0400
668e95
+++ b/Makefile.am	2016-07-22 16:49:00.260462649 -0400
668e95
@@ -37,7 +37,7 @@ endif
668e95
 SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32)
668e95
 
668e95
 bin_PROGRAMS = strace
668e95
-man_MANS = strace.1
668e95
+man_MANS = strace.1 strace-log-merge.1
668e95
 bin_SCRIPTS = strace-graph strace-log-merge
668e95
 
668e95
 OS		= linux
668e95
diff -Nrup a/Makefile.in b/Makefile.in
668e95
--- a/Makefile.in	2016-07-22 16:46:33.000000000 -0400
668e95
+++ b/Makefile.in	2016-07-22 16:49:00.267462671 -0400
668e95
@@ -610,7 +610,7 @@ top_srcdir = @top_srcdir@
668e95
 @HAVE_M32_RUNTIME_TRUE@TESTS_M32 = tests-m32
668e95
 @HAVE_MX32_RUNTIME_TRUE@TESTS_MX32 = tests-mx32
668e95
 SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32)
668e95
-man_MANS = strace.1
668e95
+man_MANS = strace.1 strace-log-merge.1
668e95
 bin_SCRIPTS = strace-graph strace-log-merge
668e95
 OS = linux
668e95
 # ARCH is `i386', `m68k', `sparc', etc.
668e95
diff -Nrup a/strace-log-merge.1 b/strace-log-merge.1
668e95
--- a/strace-log-merge.1	1969-12-31 19:00:00.000000000 -0500
668e95
+++ b/strace-log-merge.1	2016-07-22 16:49:00.268462674 -0400
668e95
@@ -0,0 +1,18 @@
668e95
+.TH strace-log-merge 1 "15 April 2013" ".1" "strace-log-merge"
668e95
+.SH NAME
668e95
+strace-log-merge
668e95
+.SH SYNOPSIS
668e95
+strace-log-merge STRACE_LOG
668e95
+.SH DESCRIPTION
668e95
+strace-log-merge finds all STRACE_LOG.PID files, adds PID prefix to every line,
668e95
+the combines and sorts them, and prints the result to standard output.
668e95
+
668e95
+It is assumed that STRACE_LOGs were produced by strace with the -tt[t]
668e95
+option which prints timestamps (otherwise worting won't do any good).
668e95
+
668e95
+.SH OPTIONS
668e95
+--help  Show help
668e95
+
668e95
+.SH SEE ALSO
668e95
+.SH BUGS
668e95
+