summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-mi-cmd-support-effects-log.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Documentation/nvme-mi-cmd-support-effects-log.1 (renamed from Documentation/nvme-lnvm-remove.1)31
1 files changed, 21 insertions, 10 deletions
diff --git a/Documentation/nvme-lnvm-remove.1 b/Documentation/nvme-mi-cmd-support-effects-log.1
index 8b6bb76..c15184d 100644
--- a/Documentation/nvme-lnvm-remove.1
+++ b/Documentation/nvme-mi-cmd-support-effects-log.1
@@ -1,13 +1,13 @@
'\" t
-.\" Title: nvme-lnvm-remove
+.\" Title: nvme-mi-cmd-support-effects-log
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/11/2021
+.\" Date: 04/08/2022
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-LNVM\-REMOVE" "1" "11/11/2021" "NVMe" "NVMe Manual"
+.TH "NVME\-MI\-CMD\-SUPPO" "1" "04/08/2022" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -28,26 +28,37 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
-nvme-lnvm-remove \- Remove an initialized LightNVM target\&.
+nvme-mi-cmd-support-effects-log \- Send NVMe MI Command Support and Effects log, returns results and structure
.SH "SYNOPSIS"
.sp
.nf
-\fInvme lnvm\-remove\fR [\-\-target\-name=<TARGET> | \-n <TARGET>]
+\fInvme\-mi\-cmd\-support\-effects\-log\fR <device> [\-o <fmt> | \-\-output\-format=<fmt>]
+ [\-H | \-\-human\-readable]
.fi
.SH "DESCRIPTION"
.sp
-Remove an initialized target\&.
+For the NVMe device given, sends an MI Command Support and Effects log (id 13h) and provides the result and returned log structure\&.
.sp
-The target name is the name of which the media is exposed as in /dev/<TARGET>
+The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\&.
+.sp
+On success, the structure may be returned in one of several ways depending on the option flags; the structure may be parsed by the program or the raw buffer may be printed to stdout\&.
.SH "OPTIONS"
.PP
-\-\-target\-name=<TARGET>, \-n <TARGET>
+\-o <format>, \-\-output\-format=<format>
+.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
+\-H, \-\-human\-readable
.RS 4
-Target name of the device to initialize\&. For example: target0\&.
+This option will parse and format many of the bit fields into human\-readable formats\&.
.RE
.SH "EXAMPLES"
.sp
-None yet
+nvme mi\-cmd\-support\-effects\-log /dev/nvme0 \-H
.SH "NVME"
.sp
Part of the nvme\-user suite