.\" Title: nvme-zns-id-ctrl
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 06/16/2020
+.\" Date: 06/17/2020
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-ZNS\-ID\-CTRL" "1" "06/16/2020" "NVMe" "NVMe Manual"
+.TH "NVME\-ZNS\-ID\-CTRL" "1" "06/17/2020" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.SH "SYNOPSIS"
.sp
.nf
-\fInvme zns id\-ctrl\fR <device> [\-o <fmt> | \-\-output\-format=<fmt>]
+\fInvme zns id\-ctrl\fR <device> [\-\-namespace\-id=<NUM> | \-n <NUM>]
+ [\-o <fmt> | \-\-output\-format=<fmt>]
+ [\-v | \-\-verbose]
.fi
.SH "DESCRIPTION"
.sp
-For the NVMe device given, sends the zoned command set\(cqs identify controller command and provides the result and returned structure\&.
+For the NVMe device given, sends the zoned command set\(cqs identify namepsace command and provides the result and returned structure\&.
.sp
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 data structure returned by the device will be decoded and displayed in one of several ways\&.
.SH "OPTIONS"
.PP
+\-n <NUM>, \-\-namespace\-id=<NUM>
+.RS 4
+Use the provided namespace id for the command\&. If not provided, the namespace id of the block device will be used\&. If the command is issued to a non\-block device, the parameter is required\&.
+.RE
+.PP
+\-v, \-\-verbose
+.RS 4
+Increase the information detail in the output\&.
+.RE
+.PP
\-o <format>, \-\-output\-format=<format>
.RS 4
Set the reporting format to
.RS 4
.\}
.nf
-# nvme zns id\-ctrl /dev/nvme0
+# nvme zns id\-ns /dev/nvme0 \-n 1
.fi
.if n \{\
.RE
.sp -1
.IP \(bu 2.3
.\}
-Show the output in json format
+Show the output in json format with extra details
.sp
.if n \{\
.RS 4
.\}
.nf
-# nvme zns id\-ctrl /dev/nvme0 \-o json
+# nvme zns id\-ctrl /dev/nvme0 \-o json \-v
.fi
.if n \{\
.RE