Skip to content

Commit 17fe9c0

Browse files
author
Keith Busch
committed
Regen docs
Signed-off-by: Keith Busch <[email protected]>
1 parent f4d06f0 commit 17fe9c0

8 files changed

Lines changed: 46 additions & 51 deletions

File tree

Documentation/nvme-connect-all.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-connect-all
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 04/15/2019
5+
.\" Date: 08/15/2019
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-CONNECT\-ALL" "1" "04/15/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-CONNECT\-ALL" "1" "08/15/2019" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -131,7 +131,7 @@ will dump the output to stdout\&.
131131
.PP
132132
\-k <#>, \-\-keep\-alive\-tmo=<#>
133133
.RS 4
134-
Overrides the default keep alive timeout (in seconds)\&.
134+
Overrides the default keep alive timeout (in seconds)\&. This option will be ignored for discovery, but will be passed on to the subsequent connect call\&.
135135
.RE
136136
.PP
137137
\-c <#>, \-\-reconnect\-delay=<#>
@@ -156,7 +156,7 @@ Generates/verifies data digest (TCP)\&.
156156
.PP
157157
\-i <#>, \-\-nr\-io\-queues=<#>
158158
.RS 4
159-
Overrides the default number of I/O queues create by the driver\&.
159+
Overrides the default number of I/O queues create by the driver\&. This option will be ignored for discovery, but will be passed on to the subsequent connect call\&.
160160
.RE
161161
.PP
162162
\-W <#>, \-\-nr\-write\-queues=<#>
@@ -171,7 +171,7 @@ Adds additional queues that will be used for polling latency sensitive I/O\&.
171171
.PP
172172
\-Q <#>, \-\-queue\-size=<#>
173173
.RS 4
174-
Overrides the default number of elements in the I/O queues created by the driver\&.
174+
Overrides the default number of elements in the I/O queues created by the driver\&. This option will be ignored for discovery, but will be passed on to the subsequent connect call\&.
175175
.RE
176176
.SH "EXAMPLES"
177177
.sp

Documentation/nvme-connect-all.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
32
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
54
<head>
65
<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" />
87
<title>nvme-connect-all(1)</title>
98
<style type="text/css">
109
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -95,9 +94,7 @@
9594
padding: 0;
9695
margin: 0;
9796
}
98-
pre {
99-
white-space: pre-wrap;
100-
}
97+
10198

10299
#author {
103100
color: #527bbd;
@@ -226,7 +223,7 @@
226223
}
227224

228225
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; }
230227
a.image:visited { color: white; }
231228

232229
dl {
@@ -917,7 +914,9 @@ <h2 id="_options">OPTIONS</h2>
917914
</dt>
918915
<dd>
919916
<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.
921920
</p>
922921
</dd>
923922
<dt class="hdlist1">
@@ -974,6 +973,8 @@ <h2 id="_options">OPTIONS</h2>
974973
<dd>
975974
<p>
976975
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.
977978
</p>
978979
</dd>
979980
<dt class="hdlist1">
@@ -1007,7 +1008,8 @@ <h2 id="_options">OPTIONS</h2>
10071008
<dd>
10081009
<p>
10091010
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.
10111013
</p>
10121014
</dd>
10131015
</dl></div>
@@ -1066,8 +1068,7 @@ <h2 id="_nvme">NVME</h2>
10661068
<div id="footnotes"><hr /></div>
10671069
<div id="footer">
10681070
<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
10711072
</div>
10721073
</div>
10731074
</body>

Documentation/nvme-discover.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-discover
33
.\" Author: [see the "AUTHORS" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 04/15/2019
5+
.\" Date: 08/15/2019
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-DISCOVER" "1" "04/15/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-DISCOVER" "1" "08/15/2019" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -136,7 +136,7 @@ will dump the output to stdout\&.
136136
.PP
137137
\-k <#>, \-\-keep\-alive\-tmo=<#>
138138
.RS 4
139-
Overrides the default dealy (in seconds) for keep alive\&.
139+
Overrides the default dealy (in seconds) for keep alive\&. This option will be ignored for the discovery, and it is only implemented for completeness\&.
140140
.RE
141141
.PP
142142
\-c <#>, \-\-reconnect\-delay=<#>
@@ -161,7 +161,7 @@ Generates/verifies data digest (TCP)\&.
161161
.PP
162162
\-i <#>, \-\-nr\-io\-queues=<#>
163163
.RS 4
164-
Overrides the default number of I/O queues create by the driver\&.
164+
Overrides the default number of I/O queues create by the driver\&. This option will be ignored for the discovery, and it is only implemented for completeness\&.
165165
.RE
166166
.PP
167167
\-W <#>, \-\-nr\-write\-queues=<#>
@@ -176,7 +176,7 @@ Adds additional queues that will be used for polling latency sensitive I/O\&.
176176
.PP
177177
\-Q <#>, \-\-queue\-size=<#>
178178
.RS 4
179-
Overrides the default number of elements in the I/O queues created by the driver which can be found at drivers/nvme/host/fabrics\&.h\&.
179+
Overrides the default number of elements in the I/O queues created by the driver which can be found at drivers/nvme/host/fabrics\&.h\&. This option will be ignored for the discovery, and it is only implemented for completeness\&.
180180
.RE
181181
.SH "EXAMPLES"
182182
.sp

Documentation/nvme-discover.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
32
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
54
<head>
65
<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" />
87
<title>nvme-discover(1)</title>
98
<style type="text/css">
109
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -95,9 +94,7 @@
9594
padding: 0;
9695
margin: 0;
9796
}
98-
pre {
99-
white-space: pre-wrap;
100-
}
97+
10198

10299
#author {
103100
color: #527bbd;
@@ -226,7 +223,7 @@
226223
}
227224

228225
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; }
230227
a.image:visited { color: white; }
231228

232229
dl {
@@ -937,6 +934,8 @@ <h2 id="_options">OPTIONS</h2>
937934
<dd>
938935
<p>
939936
Overrides the default dealy (in seconds) for keep alive.
937+
This option will be ignored for the discovery, and it is only
938+
implemented for completeness.
940939
</p>
941940
</dd>
942941
<dt class="hdlist1">
@@ -993,6 +992,8 @@ <h2 id="_options">OPTIONS</h2>
993992
<dd>
994993
<p>
995994
Overrides the default number of I/O queues create by the driver.
995+
This option will be ignored for the discovery, and it is only
996+
implemented for completeness.
996997
</p>
997998
</dd>
998999
<dt class="hdlist1">
@@ -1027,6 +1028,8 @@ <h2 id="_options">OPTIONS</h2>
10271028
<p>
10281029
Overrides the default number of elements in the I/O queues created
10291030
by the driver which can be found at drivers/nvme/host/fabrics.h.
1031+
This option will be ignored for the discovery, and it is only
1032+
implemented for completeness.
10301033
</p>
10311034
</dd>
10321035
</dl></div>
@@ -1092,8 +1095,7 @@ <h2 id="_nvme">NVME</h2>
10921095
<div id="footnotes"><hr /></div>
10931096
<div id="footer">
10941097
<div id="footer-text">
1095-
Last updated
1096-
2019-04-04 01:15:26 KST
1098+
Last updated 2019-08-02 10:57:03 MDT
10971099
</div>
10981100
</div>
10991101
</body>

Documentation/nvme-format.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'\" t
22
.\" Title: nvme-format
3-
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4-
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 07/28/2019
3+
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4+
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5+
.\" Date: 08/15/2019
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-FORMAT" "1" "07/28/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-FORMAT" "1" "08/15/2019" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-format.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
32
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
54
<head>
65
<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" />
87
<title>nvme-format(1)</title>
98
<style type="text/css">
109
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -95,9 +94,7 @@
9594
padding: 0;
9695
margin: 0;
9796
}
98-
pre {
99-
white-space: pre-wrap;
100-
}
97+
10198

10299
#author {
103100
color: #527bbd;
@@ -226,7 +223,7 @@
226223
}
227224

228225
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; }
230227
a.image:visited { color: white; }
231228

232229
dl {
@@ -1025,8 +1022,7 @@ <h2 id="_nvme">NVME</h2>
10251022
<div id="footnotes"><hr /></div>
10261023
<div id="footer">
10271024
<div id="footer-text">
1028-
Last updated
1029-
2019-07-28 09:33:55 IDT
1025+
Last updated 2019-08-02 10:57:03 MDT
10301026
</div>
10311027
</div>
10321028
</body>

Documentation/nvme.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'\" t
22
.\" Title: nvme
33
.\" Author: [see the "Authors" section]
4-
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 07/24/2019
4+
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5+
.\" Date: 08/15/2019
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME" "1" "07/24/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME" "1" "08/15/2019" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
32
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
54
<head>
65
<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" />
87
<title>nvme(1)</title>
98
<style type="text/css">
109
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -95,9 +94,7 @@
9594
padding: 0;
9695
margin: 0;
9796
}
98-
pre {
99-
white-space: pre-wrap;
100-
}
97+
10198

10299
#author {
103100
color: #527bbd;
@@ -226,7 +223,7 @@
226223
}
227224

228225
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; }
230227
a.image:visited { color: white; }
231228

232229
dl {
@@ -1189,8 +1186,7 @@ <h2 id="_nvme">NVME</h2>
11891186
<div id="footnotes"><hr /></div>
11901187
<div id="footer">
11911188
<div id="footer-text">
1192-
Last updated
1193-
2019-07-24 00:35:34 KST
1189+
Last updated 2019-08-02 10:57:03 MDT
11941190
</div>
11951191
</div>
11961192
</body>

0 commit comments

Comments
 (0)