From: Keith Busch Date: Wed, 4 Feb 2015 22:38:10 +0000 (-0700) Subject: git add missing files X-Git-Tag: v0.1~78 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d956a34657cf02e5f39b82ed0a722d30b0b57f45;p=users%2Fsagi%2Fnvme-cli.git git add missing files Signed-off-by: Keith Busch --- diff --git a/Documentation/nvme-read.txt b/Documentation/nvme-read.txt new file mode 100644 index 00000000..f380c162 --- /dev/null +++ b/Documentation/nvme-read.txt @@ -0,0 +1,40 @@ +nvme-compare(1) +=============== + +NAME +---- +nvme-read - Send an NVMe Read command, provide results + +SYNOPSIS +-------- +[verse] +'nvme-read' [--start-block= | -s ] + [--block-count= | -c ] + [--data-size= | -z ] + [--ref-tag= | -r ] + [--data= | -d ] + [--prinfo= | -p ] + [--app-tag-mask= | -m ] + [--app-tag= | -a ] + [--limited-retry | -l] + [--force-unit-access | -f] + +DESCRIPTION +----------- +The Read command reads the logical blocks specified by the command from +the medium and copies to the data data buffer provided. Will use stdout +by default if you don't provide a file. + +OPTIONS +------- +--start-block=:: +-s :: + Start block. + +EXAMPLES +-------- +No examples yet. + +NVME +---- +Part of the nvme-user suite diff --git a/Documentation/nvme-write.txt b/Documentation/nvme-write.txt new file mode 100644 index 00000000..14533f99 --- /dev/null +++ b/Documentation/nvme-write.txt @@ -0,0 +1,40 @@ +nvme-compare(1) +=============== + +NAME +---- +nvme-write - Send an NVMe write command, provide results + +SYNOPSIS +-------- +[verse] +'nvme-write' [--start-block= | -s ] + [--block-count= | -c ] + [--data-size= | -z ] + [--ref-tag= | -r ] + [--data= | -d ] + [--prinfo= | -p ] + [--app-tag-mask= | -m ] + [--app-tag= | -a ] + [--limited-retry | -l] + [--force-unit-access | -f] + +DESCRIPTION +----------- +The Write command writes the logical blocks specified by the command to +the medium from the data data buffer provided. Will use stdin by default +if you don't provide a file. + +OPTIONS +------- +--start-block=:: +-s :: + Start block. + +EXAMPLES +-------- +No examples yet. + +NVME +---- +Part of the nvme-user suite