Blame SOURCES/strace-rh948577.patch

2f474b
diff -Nrup a/Makefile.am b/Makefile.am
2f474b
--- a/Makefile.am	2012-04-18 09:27:25.000000000 -0600
2f474b
+++ b/Makefile.am	2013-04-15 15:05:43.907237228 -0600
2f474b
@@ -3,7 +3,7 @@
2f474b
 SUBDIRS = tests
2f474b
 
2f474b
 bin_PROGRAMS = strace
2f474b
-man_MANS = strace.1
2f474b
+man_MANS = strace.1 strace-log-merge.1
2f474b
 bin_SCRIPTS = strace-graph strace-log-merge
2f474b
 
2f474b
 OS		= linux
2f474b
diff -Nrup a/Makefile.in b/Makefile.in
2f474b
--- a/Makefile.in	2012-05-02 09:40:25.000000000 -0600
2f474b
+++ b/Makefile.in	2013-04-15 15:15:01.060139931 -0600
2f474b
@@ -302,7 +302,7 @@ top_build_prefix = @top_build_prefix@
2f474b
 top_builddir = @top_builddir@
2f474b
 top_srcdir = @top_srcdir@
2f474b
 SUBDIRS = tests
2f474b
-man_MANS = strace.1
2f474b
+man_MANS = strace.1 strace-log-merge.1
2f474b
 bin_SCRIPTS = strace-graph strace-log-merge
2f474b
 OS = linux
2f474b
 # ARCH is `i386', `m68k', `sparc', etc.
2f474b
diff -Nrup a/strace-log-merge.1 b/strace-log-merge.1
2f474b
--- a/strace-log-merge.1	1969-12-31 17:00:00.000000000 -0700
2f474b
+++ b/strace-log-merge.1	2013-04-15 15:05:13.235353408 -0600
2f474b
@@ -0,0 +1,18 @@
2f474b
+.TH strace-log-merge 1 "15 April 2013" ".1" "strace-log-merge"
2f474b
+.SH NAME
2f474b
+strace-log-merge
2f474b
+.SH SYNOPSIS
2f474b
+strace-log-merge STRACE_LOG
2f474b
+.SH DESCRIPTION
2f474b
+strace-log-merge finds all STRACE_LOG.PID files, adds PID prefix to every line,
2f474b
+the combines and sorts them, and prints the result to standard output.
2f474b
+
2f474b
+It is assumed that STRACE_LOGs were produced by strace with the -tt[t]
2f474b
+option which prints timestamps (otherwise worting won't do any good).
2f474b
+
2f474b
+.SH OPTIONS
2f474b
+--help  Show help
2f474b
+
2f474b
+.SH SEE ALSO
2f474b
+.SH BUGS
2f474b
+