From 64c031619f9d7fbafce96d6e6c29f945b589141b Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 15 Aug 2008 11:12:20 +0200 Subject: [PATCH] Add documentation of 'D' discard operation Signed-off-by: David Woodhouse Signed-off-by: Jens Axboe --- doc/blkparse.1 | 6 +++--- doc/blktrace.tex | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/blkparse.1 b/doc/blkparse.1 index 825ca36..e97581c 100644 --- a/doc/blkparse.1 +++ b/doc/blkparse.1 @@ -391,9 +391,9 @@ Split .SH "RWBS DESCRIPTION" -This is a small string containing at least one character ('R' for read, 'W' for -write operation), and optionally either a 'B' (for barrier operations) or 'S' (for -synchronous operations). +This is a small string containing at least one character ('R' for read, 'W' +for write, or 'D' for block discard operation), and optionally either +a 'B' (for barrier operations) or 'S' (for synchronous operations). .SH "DEFAULT OUTPUT" diff --git a/doc/blktrace.tex b/doc/blktrace.tex index 82c35e8..1e69240 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -645,8 +645,8 @@ X & Split \\ \hline \subsubsection{\label{sec:act-table}RWBS Description} This is a small string containing at least one character ('R' for read, -'W' for write operation), and optionally either a 'B' (for barrier -operations) or 'S' (for synchronous operations). +'W' for write, or 'D' for block discard operation), and optionally either +a 'B' (for barrier operations) or 'S' (for synchronous operations). \subsubsection{\label{sec:default-output}Default output} -- 2.25.1