DESCRIPTION
-----------
-For the NVMe device given, sends an Data Set Management command and
+For the NVMe device given, sends a Data Set Management command and
provides the result and returned structure.
The <device> parameter is mandatory and may be either the NVMe character
printf(" [7:2] : %#x\tReserved\n", rsvd);
printf(" [1:1] : %#x\tNVM subsystem %spart of an Enclosure\n",
nvmee, nvmee ? "" : "Not ");
- printf(" [0:0] : %#x\tNVM subsystem %spart of an Storage Device\n",
+ printf(" [0:0] : %#x\tNVM subsystem %spart of a Storage Device\n",
nvmesd, nvmesd ? "" : "Not ");
printf("\n");
}
static int id_ctrl(int argc, char **argv, struct command *cmd, struct plugin *plugin)
{
- const char *desc = "Send an ZNS specific Identify Controller command to "\
+ const char *desc = "Send a ZNS specific Identify Controller command to "\
"the given device and report information about the specified "\
"controller in various formats.";
static int id_ns(int argc, char **argv, struct command *cmd, struct plugin *plugin)
{
- const char *desc = "Send an ZNS specific Identify Namespace command to "\
+ const char *desc = "Send a ZNS specific Identify Namespace command to "\
"the given device and report information about the specified "\
"namespace in varios formats.";
const char *vendor_specific = "dump binary vendor fields";