Blame SOURCES/strace-rh948577.patch

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