summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-id-domain.1
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/nvme-id-domain.1')
-rw-r--r--Documentation/nvme-id-domain.18
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/nvme-id-domain.1 b/Documentation/nvme-id-domain.1
index c103e4f..cba5c4b 100644
--- a/Documentation/nvme-id-domain.1
+++ b/Documentation/nvme-id-domain.1
@@ -2,12 +2,12 @@
.\" Title: nvme-id-domain
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 08/05/2024
+.\" Date: 10/31/2024
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-ID\-DOMAIN" "1" "08/05/2024" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-DOMAIN" "1" "10/31/2024" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,7 @@ nvme-id-domain \- Send NVMe Identify Domain List, return result and structure
.SH "SYNOPSIS"
.sp
.nf
-\fInvme id\-domain\fR <device> [\-\-dom\-id=<domian_id> | \-d <domian_id>]
+\fInvme id\-domain\fR <device> [\-\-dom\-id=<domain_id> | \-d <domain_id>]
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
.fi
.SH "DESCRIPTION"
@@ -42,7 +42,7 @@ For the NVMe device given, send an identify command and return the domain list d
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\&.
.SH "OPTIONS"
.PP
-\-d <domian_id>, \-\-dom\-id=<domian_id>
+\-d <domain_id>, \-\-dom\-id=<domain_id>
.RS 4
Retrieve the identify domain list data structure for the given domain id\&. If this value is not given, domain id will be 0xffff\&.
.RE