|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
3 | 2 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
4 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
5 | 4 | <head> |
6 | 5 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> |
7 | | -<meta name="generator" content="AsciiDoc 8.6.10" /> |
| 6 | +<meta name="generator" content="AsciiDoc 8.6.8" /> |
8 | 7 | <title>nvme-connect-all(1)</title> |
9 | 8 | <style type="text/css"> |
10 | 9 | /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |
|
95 | 94 | padding: 0; |
96 | 95 | margin: 0; |
97 | 96 | } |
98 | | -pre { |
99 | | - white-space: pre-wrap; |
100 | | -} |
| 97 | + |
101 | 98 |
|
102 | 99 | #author { |
103 | 100 | color: #527bbd; |
|
226 | 223 | } |
227 | 224 |
|
228 | 225 | div.imageblock div.content { padding-left: 0; } |
229 | | -span.image img { border-style: none; vertical-align: text-bottom; } |
| 226 | +span.image img { border-style: none; } |
230 | 227 | a.image:visited { color: white; } |
231 | 228 |
|
232 | 229 | dl { |
@@ -917,7 +914,9 @@ <h2 id="_options">OPTIONS</h2> |
917 | 914 | </dt> |
918 | 915 | <dd> |
919 | 916 | <p> |
920 | | - Overrides the default keep alive timeout (in seconds). |
| 917 | + Overrides the default keep alive timeout (in seconds). This |
| 918 | + option will be ignored for discovery, but will be passed on to |
| 919 | + the subsequent connect call. |
921 | 920 | </p> |
922 | 921 | </dd> |
923 | 922 | <dt class="hdlist1"> |
@@ -974,6 +973,8 @@ <h2 id="_options">OPTIONS</h2> |
974 | 973 | <dd> |
975 | 974 | <p> |
976 | 975 | Overrides the default number of I/O queues create by the driver. |
| 976 | + This option will be ignored for discovery, but will be passed on |
| 977 | + to the subsequent connect call. |
977 | 978 | </p> |
978 | 979 | </dd> |
979 | 980 | <dt class="hdlist1"> |
@@ -1007,7 +1008,8 @@ <h2 id="_options">OPTIONS</h2> |
1007 | 1008 | <dd> |
1008 | 1009 | <p> |
1009 | 1010 | Overrides the default number of elements in the I/O queues created |
1010 | | - by the driver. |
| 1011 | + by the driver. This option will be ignored for discovery, but will be |
| 1012 | + passed on to the subsequent connect call. |
1011 | 1013 | </p> |
1012 | 1014 | </dd> |
1013 | 1015 | </dl></div> |
@@ -1066,8 +1068,7 @@ <h2 id="_nvme">NVME</h2> |
1066 | 1068 | <div id="footnotes"><hr /></div> |
1067 | 1069 | <div id="footer"> |
1068 | 1070 | <div id="footer-text"> |
1069 | | -Last updated |
1070 | | - 2019-04-04 01:16:22 KST |
| 1071 | +Last updated 2019-08-02 10:57:03 MDT |
1071 | 1072 | </div> |
1072 | 1073 | </div> |
1073 | 1074 | </body> |
|
0 commit comments