Skip to content

Commit d6c07e0

Browse files
committed
doc: Regenerate all docs for v2.5
Signed-off-by: Daniel Wagner <dwagner@suse.de>
1 parent a10a222 commit d6c07e0

File tree

380 files changed

+4952
-595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+4952
-595
lines changed

Documentation/nvme-admin-passthru.1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-admin-passthru
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: 03/31/2023
5+
.\" Date: 06/30/2023
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ADMIN\-PASSTHR" "1" "03/31/2023" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ADMIN\-PASSTHR" "1" "06/30/2023" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -34,9 +34,11 @@ nvme-admin-passthru \- Submit an arbitrary admin command, return results
3434
.nf
3535
\fInvme\-admin\-passthru\fR <device> [\-\-opcode=<opcode> | \-o <opcode>]
3636
[\-\-flags=<flags> | \-f <flags>] [\-rsvd=<rsvd> | \-R <rsvd>]
37-
[\-\-namespace\-id=<nsid>] [\-\-cdw2=<cdw2>] [\-\-cdw3=<cdw3>]
38-
[\-\-cdw10=<cdw10>] [\-\-cdw11=<cdw11>] [\-\-cdw12=<cdw12>]
39-
[\-\-cdw13=<cdw13>] [\-\-cdw14=<cdw14>] [\-\-cdw15=<cdw15>]
37+
[\-\-namespace\-id=<nsid> | \-n <nsid>] [\-\-cdw2=<cdw2> | \-2 <cdw2>]
38+
[\-\-cdw3=<cdw3> | \-3 <cdw3>] [\-\-cdw10=<cdw10> | \-4 <cdw4>]
39+
[\-\-cdw11=<cdw11> | \-5 <cdw5>] [\-\-cdw12=<cdw12> | \-6 <cdw6>]
40+
[\-\-cdw13=<cdw13> | \-7 <cdw7>] [\-\-cdw14=<cdw14> | \-8 <cdw8>]
41+
[\-\-cdw15=<cdw15> | \-9 <cdw9>]
4042
[\-\-data\-len=<data\-len> | \-l <data\-len>]
4143
[\-\-metadata\-len=<len> | \-m <len>]
4244
[\-\-input\-file=<file> | \-i <file>]
@@ -77,7 +79,7 @@ The value for the reserved field in the command\&.
7779
The value for the ns\-id in the command\&.
7880
.RE
7981
.PP
80-
\-\-cdw[2\-3,10\-15]=<cdw>
82+
\-[2\-9] <cdw>, \-\-cdw[2\-3,10\-15]=<cdw>
8183
.RS 4
8284
Specifies the command dword value for that specified entry in the command
8385
.RE

Documentation/nvme-admin-passthru.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,11 @@ <h2 id="_synopsis">SYNOPSIS</h2>
751751
<div class="verseblock">
752752
<pre class="content"><em>nvme-admin-passthru</em> &lt;device&gt; [--opcode=&lt;opcode&gt; | -o &lt;opcode&gt;]
753753
[--flags=&lt;flags&gt; | -f &lt;flags&gt;] [-rsvd=&lt;rsvd&gt; | -R &lt;rsvd&gt;]
754-
[--namespace-id=&lt;nsid&gt;] [--cdw2=&lt;cdw2&gt;] [--cdw3=&lt;cdw3&gt;]
755-
[--cdw10=&lt;cdw10&gt;] [--cdw11=&lt;cdw11&gt;] [--cdw12=&lt;cdw12&gt;]
756-
[--cdw13=&lt;cdw13&gt;] [--cdw14=&lt;cdw14&gt;] [--cdw15=&lt;cdw15&gt;]
754+
[--namespace-id=&lt;nsid&gt; | -n &lt;nsid&gt;] [--cdw2=&lt;cdw2&gt; | -2 &lt;cdw2&gt;]
755+
[--cdw3=&lt;cdw3&gt; | -3 &lt;cdw3&gt;] [--cdw10=&lt;cdw10&gt; | -4 &lt;cdw4&gt;]
756+
[--cdw11=&lt;cdw11&gt; | -5 &lt;cdw5&gt;] [--cdw12=&lt;cdw12&gt; | -6 &lt;cdw6&gt;]
757+
[--cdw13=&lt;cdw13&gt; | -7 &lt;cdw7&gt;] [--cdw14=&lt;cdw14&gt; | -8 &lt;cdw8&gt;]
758+
[--cdw15=&lt;cdw15&gt; | -9 &lt;cdw9&gt;]
757759
[--data-len=&lt;data-len&gt; | -l &lt;data-len&gt;]
758760
[--metadata-len=&lt;len&gt; | -m &lt;len&gt;]
759761
[--input-file=&lt;file&gt; | -i &lt;file&gt;]
@@ -832,6 +834,9 @@ <h2 id="_options">OPTIONS</h2>
832834
</p>
833835
</dd>
834836
<dt class="hdlist1">
837+
-[2-9] &lt;cdw&gt;
838+
</dt>
839+
<dt class="hdlist1">
835840
--cdw[2-3,10-15]=&lt;cdw&gt;
836841
</dt>
837842
<dd>
@@ -998,7 +1003,7 @@ <h2 id="_nvme">NVME</h2>
9981003
<div id="footer">
9991004
<div id="footer-text">
10001005
Last updated
1001-
2023-03-31 16:17:28 CEST
1006+
2023-06-30 15:20:22 CEST
10021007
</div>
10031008
</div>
10041009
</body>

Documentation/nvme-ana-log.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-ana-log
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: 03/31/2023
5+
.\" Date: 06/30/2023
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ANA\-LOG" "1" "03/31/2023" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ANA\-LOG" "1" "06/30/2023" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-ana-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ <h2 id="_nvme">NVME</h2>
823823
<div id="footer">
824824
<div id="footer-text">
825825
Last updated
826-
2023-03-31 16:17:28 CEST
826+
2023-06-30 15:20:22 CEST
827827
</div>
828828
</div>
829829
</body>

Documentation/nvme-attach-ns.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-attach-ns
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: 03/31/2023
5+
.\" Date: 06/30/2023
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ATTACH\-NS" "1" "03/31/2023" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ATTACH\-NS" "1" "06/30/2023" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-attach-ns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ <h2 id="_nvme">NVME</h2>
817817
<div id="footer">
818818
<div id="footer-text">
819819
Last updated
820-
2023-03-31 16:17:28 CEST
820+
2023-06-30 15:20:22 CEST
821821
</div>
822822
</div>
823823
</body>

Documentation/nvme-boot-part-log.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-boot-part-log
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: 03/31/2023
5+
.\" Date: 06/30/2023
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-BOOT\-PART\-LO" "1" "03/31/2023" "NVMe" "NVMe Manual"
10+
.TH "NVME\-BOOT\-PART\-LO" "1" "06/30/2023" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-boot-part-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ <h2 id="_nvme">NVME</h2>
835835
<div id="footer">
836836
<div id="footer-text">
837837
Last updated
838-
2023-03-31 16:17:28 CEST
838+
2023-06-30 15:20:22 CEST
839839
</div>
840840
</div>
841841
</body>

Documentation/nvme-capacity-mgmt.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-capacity-mgmt
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: 03/31/2023
5+
.\" Date: 06/30/2023
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-CAPACITY\-MGMT" "1" "03/31/2023" "NVMe" "NVMe Manual"
10+
.TH "NVME\-CAPACITY\-MGMT" "1" "06/30/2023" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-capacity-mgmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ <h2 id="_nvme">NVME</h2>
839839
<div id="footer">
840840
<div id="footer-text">
841841
Last updated
842-
2023-03-31 16:17:28 CEST
842+
2023-06-30 15:20:22 CEST
843843
</div>
844844
</div>
845845
</body>

0 commit comments

Comments
 (0)