search for: b5e69b7

Displaying 1 result from an estimated 1 matches for "b5e69b7".

Did you mean: b5e697b8
2013 May 09
1
[PATCH] blktrace: document -k option
...e sendfile() to transfer data\n" \ "\t-I Add devices found in <devs file>\n" \ + "\t-k Kill a running trace\n" \ "\t-v Print program version info\n" \ "\t-V Print program version info\n\n"; diff --git a/doc/blktrace.8 b/doc/blktrace.8 index b5e69b7..7f13231 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -163,6 +163,13 @@ This only works when supplying a single device, or when piping the output via "-o -" with multiple devices. .RE +\-k +.br +\-\-kill +.RS +Kill a running trace if blktrace dies +.RE + \-r \fIrel-path\fR .b...