diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-10-12 14:51:26 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-10-12 14:51:26 -0400 |
commit | 7a4e97e5a1d05f864449da3567f81a5c56804ad2 (patch) | |
tree | fe37b37afe20c778bd90c68110347c8c26aeca04 /usr/src/man | |
parent | 5e9232afcd2578bbade4d6c285ab7f62474a5a30 (diff) | |
parent | 374973c21804baf7ee038f3b1c3ee81a3613e0b3 (diff) | |
download | illumos-joyent-7a4e97e5a1d05f864449da3567f81a5c56804ad2.tar.gz |
[illumos-gate merge]
commit 374973c21804baf7ee038f3b1c3ee81a3613e0b3
15065 vmm: variable set but not used
commit 1261b05561db859f9c9c1418718a0a9a2930e0cb
15069 dladm_str2bw() does not reset errno which is checked after string conversion
commit 670f080b72593a4a43a509cd4a020ffe8a6484a6
14690 nvmeadm should refer to namespaces by their nsid
commit 2841912edb2f7c5e77ae94d2ff7fe17ad82f2fcd
15051 SMB2 signature mismatch gets wrong error
commit 11fb28bc14a13f8ca7aa0e0e8dd0c259dcb79049
15042 AD join fails if hostname longer than 14 characters
commit ad1760fe5da149d8b902bd879789686794f383ce
15058 vmm: comparison is always true
commit 7b0b8123e6101089b9e44e31f6b14b0762845fbb
15041 smbadm join reports clock skew as bad password
commit 3cc2454804c6ebaa0b2a607ad425214c1e51c4ee
15037 cp_subr.s: Invalid instruction argument
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man8/nvmeadm.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/man/man8/nvmeadm.8 b/usr/src/man/man8/nvmeadm.8 index 04508b2c22..90ac4251ac 100644 --- a/usr/src/man/man8/nvmeadm.8 +++ b/usr/src/man/man8/nvmeadm.8 @@ -139,9 +139,11 @@ The controller name consists of the driver name followed by an instance number. A namespace is specified by appending a single .Qq / -followed by the namespace ID to the controller name. -The namespace ID is the EUI64 of the namespace, or a positive non-zero -decimal number if the namespace doesn't have an EUI64. +to the controller name, followed by either the namespace ID or the namespace +EUI64 or NGUID as reported by the +.Cm identify +command. +The namespace ID is a positive non-zero decimal number. For commands that don't change the device state multiple controllers and namespaces can be specified as a comma-separated list. .Pp |