Skip to content

Commit

Permalink
docs: nvme-id-doman: dom{ia => ai}n
Browse files Browse the repository at this point in the history
$ sed -i 's/domian/domain/g' $(git grep -l domian)

Signed-off-by: Ahelenia Ziemiańska <[email protected]>
  • Loading branch information
nabijaczleweli authored and igaw committed Oct 30, 2024
1 parent 6547653 commit 68cbe62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/nvme-id-domain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nvme-id-domain - Send NVMe Identify Domain List, return result and structure
SYNOPSIS
--------
[verse]
'nvme id-domain' <device> [--dom-id=<domian_id> | -d <domian_id>]
'nvme id-domain' <device> [--dom-id=<domain_id> | -d <domain_id>]
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]

DESCRIPTION
Expand All @@ -21,8 +21,8 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).

OPTIONS
-------
-d <domian_id>::
--dom-id=<domian_id>::
-d <domain_id>::
--dom-id=<domain_id>::
Retrieve the identify domain list data structure for the given
domain id. If this value is not given, domain id will be 0xffff.

Expand Down

0 comments on commit 68cbe62

Please sign in to comment.