Blame SOURCES/strace-rh948577.patch

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