If user wants to take a extension plugin, then it should be like:
nvme <plugin> <command> <device> [<args>]
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
nvme \- the NVMe storage command line interface utility (nvme\-cli)
.SH "SYNOPSIS"
.sp
+bulit\-in plugin:
+.sp
.nf
\fInvme\fR <command> <device> [<args>]
.fi
+.sp
+extension plugins:
+.sp
+.nf
+\fInvme\fR <plugin> <command> <device> [<args>]
+.fi
.SH "DESCRIPTION"
.sp
NVM\-Express is a fast, scalable host controller interface designed to address the needs for not only PCI Express based solid state drives, but also NVMe\-oF(over fabrics)\&.
<div class="sect1">\r
<h2 id="_synopsis">SYNOPSIS</h2>\r
<div class="sectionbody">\r
+<div class="paragraph"><p>bulit-in plugin:</p></div>\r
<div class="verseblock">\r
<pre class="content"><em>nvme</em> <command> <device> [<args>]</pre>\r
<div class="attribution">\r
</div></div>\r
+<div class="paragraph"><p>extension plugins:</p></div>\r
+<div class="verseblock">\r
+<pre class="content"><em>nvme</em> <plugin> <command> <device> [<args>]</pre>\r
+<div class="attribution">\r
+</div></div>\r
</div>\r
</div>\r
<div class="sect1">\r
SYNOPSIS
--------
+bulit-in plugin:
[verse]
-'nvme' <command> <device> [<args>]
+'nvme' <command> <device> [<args>]
+
+extension plugins:
+[verse]
+'nvme' <plugin> <command> <device> [<args>]
DESCRIPTION
-----------