From: Keith Busch Date: Wed, 18 Jan 2017 20:15:02 +0000 (-0500) Subject: Fix read/write man pages X-Git-Tag: v1.2~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31d34552f3fdfcbca2c18ea2753f1ad805ef1439;p=users%2Fsagi%2Fnvme-cli.git Fix read/write man pages Removing the second "block-count" parameter. Signed-off-by: Keith Busch --- diff --git a/Documentation/nvme-read.1 b/Documentation/nvme-read.1 index 8d6b99ea..7bf7d164 100644 --- a/Documentation/nvme-read.1 +++ b/Documentation/nvme-read.1 @@ -61,11 +61,6 @@ Start block\&. The number of blocks to transfer\&. This is a zeroes based value to align with the kernel\(cqs use of this field\&. (ie\&. 0 means transfer 1 block)\&. .RE .PP -\-\-block\-count=, \-c -.RS 4 -Number of logical blocks to write\&. -.RE -.PP \-\-data\-size=, \-z .RS 4 Size of data, in bytes\&. diff --git a/Documentation/nvme-read.html b/Documentation/nvme-read.html index 2bf0f44e..2e93ed78 100644 --- a/Documentation/nvme-read.html +++ b/Documentation/nvme-read.html @@ -800,17 +800,6 @@ by default if you don’t provide a file.

---block-count=<nlb> -
-
--c <nlb> -
-
-

- Number of logical blocks to write. -

-
-
--data-size=<size>
@@ -965,7 +954,7 @@ metadata is passes.


diff --git a/Documentation/nvme-read.txt b/Documentation/nvme-read.txt index dbb4aa96..1d07a0e4 100644 --- a/Documentation/nvme-read.txt +++ b/Documentation/nvme-read.txt @@ -40,10 +40,6 @@ OPTIONS align with the kernel's use of this field. (ie. 0 means transfer 1 block). ---block-count=:: --c :: - Number of logical blocks to write. - --data-size=:: -z :: Size of data, in bytes. diff --git a/Documentation/nvme-write.1 b/Documentation/nvme-write.1 index 737eec22..6325387c 100644 --- a/Documentation/nvme-write.1 +++ b/Documentation/nvme-write.1 @@ -61,11 +61,6 @@ Start block\&. The number of blocks to transfer\&. This is a zeroes based value to align with the kernel\(cqs use of this field\&. (ie\&. 0 means transfer 1 block)\&. .RE .PP -\-\-block\-count=, \-c -.RS 4 -Number of logical blocks to write\&. -.RE -.PP \-\-data\-size=, \-z .RS 4 Size of data, in bytes\&. diff --git a/Documentation/nvme-write.html b/Documentation/nvme-write.html index f3e4e5ce..bcaf9287 100644 --- a/Documentation/nvme-write.html +++ b/Documentation/nvme-write.html @@ -800,17 +800,6 @@ if you don’t provide a file.

---block-count=<nlb> -
-
--c <nlb> -
-
-

- Number of logical blocks to write. -

-
-
--data-size=<size>
@@ -987,7 +976,7 @@ metadata is passes.


diff --git a/Documentation/nvme-write.txt b/Documentation/nvme-write.txt index d128c79d..0f307208 100644 --- a/Documentation/nvme-write.txt +++ b/Documentation/nvme-write.txt @@ -40,10 +40,6 @@ OPTIONS align with the kernel's use of this field. (ie. 0 means transfer 1 block). ---block-count=:: --c :: - Number of logical blocks to write. - --data-size=:: -z :: Size of data, in bytes.