diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
| commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
| tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/cmd/nvmeadm/nvmeadm.c | |
| parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
| download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz | |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/cmd/nvmeadm/nvmeadm.c')
| -rw-r--r-- | usr/src/cmd/nvmeadm/nvmeadm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/nvmeadm/nvmeadm.c b/usr/src/cmd/nvmeadm/nvmeadm.c index d288ac1865..ee9e26c997 100644 --- a/usr/src/cmd/nvmeadm/nvmeadm.c +++ b/usr/src/cmd/nvmeadm/nvmeadm.c @@ -157,13 +157,13 @@ static const nvmeadm_cmd_t nvmeadm_cmds[] = { }, { "detach", - "detach blkdev(7d) from namespace(s) of a controller", + "detach blkdev(4D) from namespace(s) of a controller", NULL, do_attach_detach, usage_attach_detach, B_FALSE }, { "attach", - "attach blkdev(7d) to namespace(s) of a controller", + "attach blkdev(4D) to namespace(s) of a controller", NULL, do_attach_detach, usage_attach_detach, B_FALSE }, @@ -1231,7 +1231,7 @@ static void usage_attach_detach(const char *c_name) { (void) fprintf(stderr, "%s <ctl>[/<ns>]\n\n" - " %c%s blkdev(7d) %s one or all namespaces of the " + " %c%s blkdev(4D) %s one or all namespaces of the " "specified NVMe controller.\n", c_name, toupper(c_name[0]), &c_name[1], c_name[0] == 'd' ? "from" : "to"); |
