diff options
Diffstat (limited to 'Documentation/nvme-admin-passthru.1')
-rw-r--r-- | Documentation/nvme-admin-passthru.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/nvme-admin-passthru.1 b/Documentation/nvme-admin-passthru.1 index 90b0f8c..4929a23 100644 --- a/Documentation/nvme-admin-passthru.1 +++ b/Documentation/nvme-admin-passthru.1 @@ -2,12 +2,12 @@ .\" Title: nvme-admin-passthru .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 03/31/2023 +.\" Date: 06/30/2023 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-ADMIN\-PASSTHR" "1" "03/31/2023" "NVMe" "NVMe Manual" +.TH "NVME\-ADMIN\-PASSTHR" "1" "06/30/2023" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -34,9 +34,11 @@ nvme-admin-passthru \- Submit an arbitrary admin command, return results .nf \fInvme\-admin\-passthru\fR <device> [\-\-opcode=<opcode> | \-o <opcode>] [\-\-flags=<flags> | \-f <flags>] [\-rsvd=<rsvd> | \-R <rsvd>] - [\-\-namespace\-id=<nsid>] [\-\-cdw2=<cdw2>] [\-\-cdw3=<cdw3>] - [\-\-cdw10=<cdw10>] [\-\-cdw11=<cdw11>] [\-\-cdw12=<cdw12>] - [\-\-cdw13=<cdw13>] [\-\-cdw14=<cdw14>] [\-\-cdw15=<cdw15>] + [\-\-namespace\-id=<nsid> | \-n <nsid>] [\-\-cdw2=<cdw2> | \-2 <cdw2>] + [\-\-cdw3=<cdw3> | \-3 <cdw3>] [\-\-cdw10=<cdw10> | \-4 <cdw4>] + [\-\-cdw11=<cdw11> | \-5 <cdw5>] [\-\-cdw12=<cdw12> | \-6 <cdw6>] + [\-\-cdw13=<cdw13> | \-7 <cdw7>] [\-\-cdw14=<cdw14> | \-8 <cdw8>] + [\-\-cdw15=<cdw15> | \-9 <cdw9>] [\-\-data\-len=<data\-len> | \-l <data\-len>] [\-\-metadata\-len=<len> | \-m <len>] [\-\-input\-file=<file> | \-i <file>] @@ -77,7 +79,7 @@ The value for the reserved field in the command\&. The value for the ns\-id in the command\&. .RE .PP -\-\-cdw[2\-3,10\-15]=<cdw> +\-[2\-9] <cdw>, \-\-cdw[2\-3,10\-15]=<cdw> .RS 4 Specifies the command dword value for that specified entry in the command .RE |