summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-dir-receive.1
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/nvme-dir-receive.1')
-rw-r--r--Documentation/nvme-dir-receive.148
1 files changed, 24 insertions, 24 deletions
diff --git a/Documentation/nvme-dir-receive.1 b/Documentation/nvme-dir-receive.1
index f34b23e..fce97d6 100644
--- a/Documentation/nvme-dir-receive.1
+++ b/Documentation/nvme-dir-receive.1
@@ -2,12 +2,12 @@
.\" Title: nvme-dir-receive
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 06/30/2023
+.\" Date: 12/21/2023
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-DIR\-RECEIVE" "1" "06/30/2023" "NVMe" "NVMe Manual"
+.TH "NVME\-DIR\-RECEIVE" "1" "12/21/2023" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -33,13 +33,13 @@ nvme-dir-receive \- Send a directive receive command, returns applicable results
.sp
.nf
\fInvme dir\-receive\fR <device> [\-\-namespace\-id=<nsid> | \-n <nsid>]
- [\-\-data\-len=<data\-len> | \-l <data\-len>]
- [\-\-dir\-type=<dtype> | \-D <dtype>]
- [\-\-dir\-spec=<dspec> | \-S <dspec>]
- [\-\-dir\-oper=<doper> | \-O <doper>]
- [\-\-req\-resource=<nsr> | \-r <nsr>]
- [\-\-human\-readable | \-H]
- [\-\-raw\-binary | \-b]
+ [\-\-data\-len=<data\-len> | \-l <data\-len>]
+ [\-\-dir\-type=<dtype> | \-D <dtype>]
+ [\-\-dir\-spec=<dspec> | \-S <dspec>]
+ [\-\-dir\-oper=<doper> | \-O <doper>]
+ [\-\-req\-resource=<nsr> | \-r <nsr>]
+ [\-\-human\-readable | \-H] [\-\-raw\-binary | \-b]
+ [\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
.fi
.SH "DESCRIPTION"
.sp
@@ -73,9 +73,6 @@ Directive operation
\-r <nsr>, \-\-req\-resource=<nsr>
.RS 4
Directive requested resource count
-.RE
-.sp
-+
.TS
allbox tab(:);
lt lt
@@ -85,49 +82,38 @@ lt lt
lt lt
lt lt.
T{
-.sp
Select
T}:T{
-.sp
Description
T}
T{
-.sp
0
T}:T{
-.sp
Current
T}
T{
-.sp
1
T}:T{
-.sp
Default
T}
T{
-.sp
2
T}:T{
-.sp
Saved
T}
T{
-.sp
3
T}:T{
-.sp
Supported capabilities
T}
T{
-.sp
4\(en7
T}:T{
-.sp
Reserved
T}
.TE
.sp 1
+.RE
.PP
\-l <data\-len>, \-\-data\-len=<data\-len>
.RS 4
@@ -143,6 +129,20 @@ Print the raw receive buffer to stdout if the command returns a structure\&.
.RS 4
Print the decoded receive buffer to stdout if the command returns a structure\&.
.RE
+.PP
+\-o <fmt>, \-\-output\-format=<fmt>
+.RS 4
+Set the reporting format to
+\fInormal\fR,
+\fIjson\fR
+or
+\fIbinary\fR\&. Only one output format can be used at a time\&.
+.RE
+.PP
+\-v, \-\-verbose
+.RS 4
+Increase the information detail in the output\&.
+.RE
.SH "EXAMPLES"
.sp
.RS 4