Blame SOURCES/strace-rh948577.patch

1ca6dd
diff -Nrup a/Makefile.am b/Makefile.am
1ca6dd
--- a/Makefile.am	2012-04-18 09:27:25.000000000 -0600
1ca6dd
+++ b/Makefile.am	2013-04-15 15:05:43.907237228 -0600
1ca6dd
@@ -3,7 +3,7 @@
1ca6dd
 SUBDIRS = tests
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
1ca6dd
--- a/Makefile.in	2012-05-02 09:40:25.000000000 -0600
1ca6dd
+++ b/Makefile.in	2013-04-15 15:15:01.060139931 -0600
1ca6dd
@@ -302,7 +302,7 @@ top_build_prefix = @top_build_prefix@
1ca6dd
 top_builddir = @top_builddir@
1ca6dd
 top_srcdir = @top_srcdir@
1ca6dd
 SUBDIRS = tests
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
1ca6dd
--- a/strace-log-merge.1	1969-12-31 17:00:00.000000000 -0700
1ca6dd
+++ b/strace-log-merge.1	2013-04-15 15:05:13.235353408 -0600
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
+