We go in reverse direction, not reserve direction.
We go in forward direction, not forwards direction.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
by default only the count of bytes actually read is dumped.
.TP
.B \-F
-read the buffers in a forwards sequential direction.
+read the buffers in a forward sequential direction.
.TP
.B \-B
-read the buffers in a reserve sequential direction.
+read the buffers in a reverse sequential direction.
.TP
.B \-R
read the buffers in the give range in a random order.
The default buffer fill pattern value is 0xcdcdcdcd.
.TP
.B \-F
-write the buffers in a forwards sequential direction.
+write the buffers in a forward sequential direction.
.TP
.B \-B
-write the buffers in a reserve sequential direction.
+write the buffers in a reverse sequential direction.
.TP
.B \-R
write the buffers in the give range in a random order.