Blame SOURCES/strace-rh948577.patch

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