]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
doc: Add missing commands to main document entry
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 3 Apr 2019 16:30:33 +0000 (01:30 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 3 Apr 2019 16:30:33 +0000 (01:30 +0900)
cmds-main.txt has the entire command sets provided by nvme-cli.  This
patch added the following commands which has already had corresponding
documents already.
1. nvme-connect-all
2. nvme-disconnect
2. nvme-disconnect-all

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Documentation/cmds-main.txt
Documentation/nvme.1
Documentation/nvme.html

index 3de4c3fae412daa4ee9098b1d213695ef209bd24..824ca6933faf3bba7fcb815b3ce8b12e8d55b57a 100644 (file)
@@ -121,8 +121,17 @@ linknvme:nvme-show-regs[1]::
 linknvme:nvme-discover[1]::
        Send Get Log Page request to Discovery Controller
 
+linknvme:nvme-connect-all[1]::
+       Discover and connect to all NVMe-over-Fabrics subsystems
+
 linknvme:nvme-connect[1]::
        Connect to an NVMe-over-Fabrics subsystem
 
+linknvme:nvme-disconnect[1]::
+       Disconnect from an NVMe-over-Fabrics subsystem
+
+linknvme:nvme-disconnect-all[1]::
+       Disconnect from all NVMe-over-Fabrics subsystems
+
 linknvme:nvme-get-property[1]::
        Reads and shows NVMe-over-Fabrics controller property
index 458a06594d815c7dc89ab3604787a233bac665b4..912e5a1e9c96dc219638de13945b5689ad5db936 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme
 .\"    Author: [see the "Authors" section]
-.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: 01/08/2019
+.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
+.\"      Date: 04/04/2019
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME" "1" "01/08/2019" "NVMe" "NVMe Manual"
+.TH "NVME" "1" "04/04/2019" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -250,11 +250,26 @@ Show NVMe Controller Registers
 Send Get Log Page request to Discovery Controller
 .RE
 .PP
+\fBnvme-connect-all\fR(1)
+.RS 4
+Discover and connect to all NVMe\-over\-Fabrics subsystems
+.RE
+.PP
 \fBnvme-connect\fR(1)
 .RS 4
 Connect to an NVMe\-over\-Fabrics subsystem
 .RE
 .PP
+\fBnvme-disconnect\fR(1)
+.RS 4
+Disconnect from an NVMe\-over\-Fabrics subsystem
+.RE
+.PP
+\fBnvme-disconnect-all\fR(1)
+.RS 4
+Disconnect from all NVMe\-over\-Fabrics subsystems
+.RE
+.PP
 \fBnvme-get-property\fR(1)
 .RS 4
 Reads and shows NVMe\-over\-Fabrics controller property
index d4c6078dcaf272463f4cd5df04302a713a8c1c4a..ef6872911c03a5e9cde387fb6b69ef2750dafbf5 100644 (file)
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.8" />\r
+<meta name="generator" content="AsciiDoc 8.6.10" />\r
 <title>nvme(1)</title>\r
 <style type="text/css">\r
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
@@ -94,7 +95,9 @@ ul > li > * { color: black; }
   padding: 0;\r
   margin: 0;\r
 }\r
-\r
+pre {\r
+  white-space: pre-wrap;\r
+}\r
 \r
 #author {\r
   color: #527bbd;\r
@@ -223,7 +226,7 @@ div.exampleblock > div.content {
 }\r
 \r
 div.imageblock div.content { padding-left: 0; }\r
-span.image img { border-style: none; }\r
+span.image img { border-style: none; vertical-align: text-bottom; }\r
 a.image:visited { color: white; }\r
 \r
 dl {\r
@@ -433,7 +436,7 @@ thead, p.table.header {
 p.table {\r
   margin-top: 0;\r
 }\r
-/* Because the table frame attribute is overridden by CSS in most browsers. */\r
+/* Because the table frame attribute is overriden by CSS in most browsers. */\r
 div.tableblock > table[frame="void"] {\r
   border-style: none;\r
 }\r
@@ -1105,6 +1108,14 @@ available, run "nvme help".</p></div>
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
+<a href="nvme-connect-all.html">nvme-connect-all(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Discover and connect to all NVMe-over-Fabrics subsystems\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
 <a href="nvme-connect.html">nvme-connect(1)</a>\r
 </dt>\r
 <dd>\r
@@ -1112,6 +1123,30 @@ available, run "nvme help".</p></div>
         Connect to an NVMe-over-Fabrics subsystem\r
 </p>\r
 </dd>\r
+<dt class="hdlist1">\r
+<a href="nvme-disconnect.html">nvme-disconnect(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disconnect from an NVMe-over-Fabrics subsystem\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
+<a href="nvme-disconnect-all.html">nvme-disconnect-all(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disconnect from all NVMe-over-Fabrics subsystems\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
+<a href="nvme-get-property.html">nvme-get-property(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Reads and shows NVMe-over-Fabrics controller property\r
+</p>\r
+</dd>\r
 </dl></div>\r
 </div>\r
 </div>\r
@@ -1147,7 +1182,8 @@ NVM-Express Site</a>.</p></div>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2018-03-01 10:06:37 MST\r
+Last updated\r
+ 2018-09-04 00:00:12 KST\r
 </div>\r
 </div>\r
 </body>\r