From 86596c7579c6e374e6e24c2b14398b0808a93f18 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 18 May 2016 11:15:07 -0500 Subject: [PATCH] blktrace: remove -k from manpage synopsis An earlier commit: fb7f8667 blktrace: disable kill option - take 2 removed the "-k" option documentation, but left it in the synopsis. This is a bit unusual and unhelpful and probably unintended; remove it from the synopsis as well. Signed-off-by: Eric Sandeen Signed-off-by: Jens Axboe --- doc/blktrace.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/blktrace.8 b/doc/blktrace.8 index 68f5e15..820b03a 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -6,7 +6,7 @@ blktrace \- generate traces of the i/o traffic on block devices .SH SYNOPSIS -.B blktrace \-d \fIdev\fR [ \-r \fIdebugfs_path\fR ] [ \-o \fIoutput\fR ] [\-k ] [ \-w \fItime\fR ] [ \-a \fIaction\fR ] [ \-A \fIaction_mask\fR ] [ \-v ] +.B blktrace \-d \fIdev\fR [ \-r \fIdebugfs_path\fR ] [ \-o \fIoutput\fR ] [ \-w \fItime\fR ] [ \-a \fIaction\fR ] [ \-A \fIaction_mask\fR ] [ \-v ] .br -- 2.25.1