diff options
| author | Marcel Telka <marcel@telka.sk> | 2018-01-19 16:43:07 +0100 | 
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2018-01-20 12:55:21 -0500 | 
| commit | b2d85592f29aeeac2bc0b235aee16c07ff9752b1 (patch) | |
| tree | 338bb8b35d41639dd24f55a3439c8fcdb0dd8e74 /usr/src/man | |
| parent | e179dd622b2c34e74c6ad1f4ce0fdd9493d91332 (diff) | |
| download | illumos-joyent-b2d85592f29aeeac2bc0b235aee16c07ff9752b1.tar.gz | |
8979 nvmeadm(1m): ctl/[ns] -> ctl[/ns]
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
| -rw-r--r-- | usr/src/man/man1m/nvmeadm.1m | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/usr/src/man/man1m/nvmeadm.1m b/usr/src/man/man1m/nvmeadm.1m index 9e1cfc1014..505a75030b 100644 --- a/usr/src/man/man1m/nvmeadm.1m +++ b/usr/src/man/man1m/nvmeadm.1m @@ -11,7 +11,7 @@  .\"  .\" Copyright 2016 Nexenta Systems, Inc.  All rights reserved.  .\" -.Dd May 04, 2016 +.Dd January 19, 2018  .Dt NVMEADM 1M  .Os  .Sh NAME @@ -88,14 +88,14 @@ Enable verbose output.  .Sh ARGUMENTS  .Nm  expects the following kinds of arguments: -.Bl -tag -width "ctl/[ns]" +.Bl -tag -width "ctl[/ns]"  .It Ar command  Any command  .Nm  understands.  See section  .Sx COMMANDS . -.It Ar ctl/[ns] +.It Ar ctl[/ns]  Specifies a NVMe controller and optionally a namespace within that  controller.  The controller name consists of the driver name | 
