diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 07:59:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 07:59:55 +0000 |
commit | 4db51231d9338c31a1182fcb225e9fd7f57db258 (patch) | |
tree | f83fa4e90727c4891001f956f02cf5a9500f6c05 /Documentation/nvme-write.1 | |
parent | Releasing debian version 2.3-2. (diff) | |
download | nvme-cli-4db51231d9338c31a1182fcb225e9fd7f57db258.tar.xz nvme-cli-4db51231d9338c31a1182fcb225e9fd7f57db258.zip |
Merging upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-write.1')
-rw-r--r-- | Documentation/nvme-write.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/nvme-write.1 b/Documentation/nvme-write.1 index acd66fc..69ad4da 100644 --- a/Documentation/nvme-write.1 +++ b/Documentation/nvme-write.1 @@ -2,12 +2,12 @@ .\" Title: nvme-write .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 01/30/2023 +.\" Date: 03/31/2023 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-WRITE" "1" "01/30/2023" "NVMe" "NVMe Manual" +.TH "NVME\-WRITE" "1" "03/31/2023" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -51,7 +51,7 @@ nvme-write \- Send an NVMe write command, provide results [\-\-dry\-run | \-w] [\-\-latency | \-t] [\-\-storage\-tag<storage\-tag> | \-g <storage\-tag>] - [\-\-storage\-tag\-check<storage\-tag\-check> | \-C <storage\-tag\-check>] + [\-\-storage\-tag\-check | \-C] [\-\-force] .fi .SH "DESCRIPTION" @@ -192,14 +192,14 @@ be set\&. Otherwise \-\-dry\-run option will be Print out the latency the IOCTL took (in us)\&. .RE .PP -\-\-storage\-tag=<storage\-tag>, \-g <storage\-tag> +\-g <storage\-tag>, \-\-storage\-tag=<storage\-tag> .RS 4 Variable Sized Expected Logical Block Storage Tag(ELBST)\&. .RE .PP -\-\-storage\-tag\-check=<storage\-tag\-check>, \-C <storage\-tag\-check> +\-C, \-\-storage\-tag\-check .RS 4 -This bit specifies the Storage Tag field shall be checked as part of end\-to\-end data protection processing\&. +This flag enables Storage Tag field checking as part of end\-to\-end data protection processing\&. .RE .PP \-\-force |