diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/nvme-set-feature.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/nvme-set-feature.1 b/Documentation/nvme-set-feature.1 index 5b635c7..3a149de 100644 --- a/Documentation/nvme-set-feature.1 +++ b/Documentation/nvme-set-feature.1 @@ -2,12 +2,12 @@ .\" Title: nvme-set-feature .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/14/2024 +.\" Date: 05/03/2024 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-SET\-FEATURE" "1" "02/14/2024" "NVMe" "NVMe Manual" +.TH "NVME\-SET\-FEATURE" "1" "05/03/2024" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -38,6 +38,7 @@ nvme-set-feature \- Sets an NVMe feature, returns applicable results [\-\-data\-len=<data\-len> | \-l <data\-len>] [\-\-data=<data\-file> | \-d <data\-file>] [\-\-save | \-s] [\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v] + [\-\-cdw12=<cdw12> | \-c <cdw12>] .fi .SH "DESCRIPTION" .sp @@ -96,6 +97,11 @@ or .RS 4 Increase the information detail in the output\&. .RE +.PP +\-c <cdw12>, \-\-cdw12=<cdw12> +.RS 4 +The value for command dword 12, if applicable\&. +.RE .SH "EXAMPLES" .sp .RS 4 |